Files
dotfiles/config/redshift/hooks
2021-10-11 11:18:48 +04:00

6 lines
105 B
Bash

#!/bin/sh
case $1 in
period-changed)
exec notify-send "Redshift" "Period changed to $3"
esac