commit: 0687f27b835514e708daf2b0e64b049dd5a86197
parent: 5881a01f222ebb683bd01da0f4f37f25f7a68a3f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 9 Mar 2020 21:19:04 +0100
redshift/hooks/notify-send.sh: DELETE
Diffstat:
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/.config/redshift/hooks/notify-send.sh b/.config/redshift/hooks/notify-send.sh
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-export DISPLAY=:0
-
-case "$1" in
- "period-changed")
- exec notify-send "Redshift" "Period changed to $3"
- ;;
- *)
- exec notify-send "Redshift" "Hook args: $1; $2; $3"
-esac