summary refs log tree commit diff
path: root/.config/redshift/hooks/notif.sh
blob: 71111178e8cbba7dd19945feb3078e4675421ff9 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

case "$1" in
	period-changed)
		exec notify-send "redshift" "changed to $3" ;;
esac