summaryrefslogtreecommitdiffstats
path: root/.config/redshift/hooks/notify.sh
blob: 2b7d3e08467c5f66e5b7db8e64433ed5e80fa939 (plain)
1
2
3
4
5
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