From a1cff046189debbac653b078f0bec5b6fe40c391 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 23 Apr 2020 13:19:56 +0200 Subject: Add redshift config --- .config/redshift/hooks/notif.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/redshift/hooks/notif.sh (limited to '.config/redshift/hooks') diff --git a/.config/redshift/hooks/notif.sh b/.config/redshift/hooks/notif.sh new file mode 100755 index 0000000..7111117 --- /dev/null +++ b/.config/redshift/hooks/notif.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +case "$1" in + period-changed) + exec notify-send "redshift" "changed to $3" ;; +esac -- cgit 1.4.1