Fixed restore colour themes.

This commit is contained in:
Stephan Raabe 2023-12-10 13:40:53 +01:00
parent 2f04c87f40
commit d95dbe3357

View File

@ -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