From ea211500227aa58f5e495777743c5d391cbc3110 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 17 Mar 2019 23:09:49 +0300 Subject: Initial commit --- .config/redshift/hooks/notify.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/redshift/hooks/notify.sh (limited to '.config/redshift') diff --git a/.config/redshift/hooks/notify.sh b/.config/redshift/hooks/notify.sh new file mode 100755 index 0000000..2b7d3e0 --- /dev/null +++ b/.config/redshift/hooks/notify.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +case $1 in + period-changed) + exec notify-send "End of the $2" "Period changed to $3" --app-name="redshift" --icon="atmosphere" +esac -- cgit v1.2.3-70-g09d2