summary refs log tree commit diff
path: root/.config/redshift/hooks
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-02-23 13:34:45 +0100
committerRobert Günzler <r@gnzler.io>2021-04-26 02:09:45 +0200
commit6cb604cdeb78b151d7e179d4f34f00101c912282 (patch)
treeb7db626a911ef6c6d3d85342534bbe273f6c20c5 /.config/redshift/hooks
parent881daf6c567da2fe91f6b4a3f74e2fce662d806a (diff)
move from redshift to gammastep
Diffstat (limited to '.config/redshift/hooks')
-rwxr-xr-x.config/redshift/hooks/notif.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/redshift/hooks/notif.sh b/.config/redshift/hooks/notif.sh
deleted file mode 100755
index de04d6c..0000000
--- a/.config/redshift/hooks/notif.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-case "$1" in
-	period-changed)
-		case "$3" in
-		transition|night)	pkill -USR2 waybar-redshift ;;
-		none|day)		pkill -USR1 waybar-redshift ;;
-		esac
-		;;
-esac