aboutsummaryrefslogtreecommitdiffstats
path: root/.config/redshift/hooks/notify_hook.sh
blob: 350f335862d87428deccba57032551f86f1d62f0 (plain) (blame)
1
2
3
4
5
#!/bin/sh
case $1 in
    period-changed)
        exec notify-send "Redshift" "Period changed to $3"
esac