dotfiles/.config/redshift/hooks/notif.sh

5 lines
129 B
Bash
Executable file

#!/bin/sh
case $1 in
period-changed)
exec dunstify -i redshift -u low -r 6903 "Redshift" "Period changed to $3"
esac