diff options
author | Yigit Sever | 2019-03-17 23:09:49 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-17 23:18:28 +0300 |
commit | ea211500227aa58f5e495777743c5d391cbc3110 (patch) | |
tree | afa2b455f9fea40b45dbf8a742c0d0d498024edb /.config/redshift | |
download | dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.gz dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.tar.bz2 dotfiles-ea211500227aa58f5e495777743c5d391cbc3110.zip |
Initial commit
Diffstat (limited to '.config/redshift')
-rwxr-xr-x | .config/redshift/hooks/notify.sh | 6 |
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 | |||
3 | case $1 in | ||
4 | period-changed) | ||
5 | exec notify-send "End of the $2" "Period changed to $3" --app-name="redshift" --icon="atmosphere" | ||
6 | esac | ||