From d95dbe3357510d0918511d62e698c1eea04f0232 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 10 Dec 2023 13:40:53 +0100 Subject: [PATCH] Fixed restore colour themes. --- hypr/scripts/wallpaper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/scripts/wallpaper.sh b/hypr/scripts/wallpaper.sh index b2f3137..91194b9 100755 --- a/hypr/scripts/wallpaper.sh +++ b/hypr/scripts/wallpaper.sh @@ -14,7 +14,7 @@ case $1 in # Load wallpaper from .cache of last session "init") if [ -f ~/.cache/current_wallpaper.jpg ]; then - wal -q -i ~/.cache/current_wallpaper.jpg + wal -q -c -i ~/.cache/current_wallpaper.jpg else wal -q -i ~/wallpaper/ fi