From f46f6eea85ed51ff593ee6513618f914260203bf Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 1 Jun 2020 18:27:00 +0200 Subject: redshift: load generic symlinks on light change --- .config/redshift/hooks/notif.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config') 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 -- cgit 1.4.1