diff options
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 | ||