diff options
| -rwxr-xr-x | .config/redshift/hooks/notif.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/redshift/hooks/notif.sh b/.config/redshift/hooks/notif.sh index 9ff487d..667f9e1 100755 --- a/.config/redshift/hooks/notif.sh +++ b/.config/redshift/hooks/notif.sh @@ -4,9 +4,9 @@ case "$1" in period-changed) notify-send "redshift" "changed to $3" if [ "$3" = "night" ]; then - ogurictl output --image ~/Pictures/animepics/room/evening.png '*' + ogurictl output --image ~/.background_night '*' else - ogurictl output --image ~/Pictures/animepics/room/day.png '*' + ogurictl output --image ~/.background '*' fi ;; esac |