summaryrefslogtreecommitdiffstats
path: root/.config/redshift
diff options
context:
space:
mode:
authorYigit Sever2019-03-17 23:09:49 +0300
committerYigit Sever2019-03-17 23:18:28 +0300
commitea211500227aa58f5e495777743c5d391cbc3110 (patch)
treeafa2b455f9fea40b45dbf8a742c0d0d498024edb /.config/redshift
downloaddotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.gz
dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.bz2
dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.zip
Initial commit
diffstat (limited to '.config/redshift')
-rwxr-xr-x.config/redshift/hooks/notify.sh6
1 files changed, 6 insertions, 0 deletions
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 @@
1#!/bin/bash
2
3case $1 in
4 period-changed)
5 exec notify-send "End of the $2" "Period changed to $3" --app-name="redshift" --icon="atmosphere"
6esac