Fixed restore colour themes.
This commit is contained in:
parent
2f04c87f40
commit
d95dbe3357
@ -14,7 +14,7 @@ case $1 in
|
|||||||
# Load wallpaper from .cache of last session
|
# Load wallpaper from .cache of last session
|
||||||
"init")
|
"init")
|
||||||
if [ -f ~/.cache/current_wallpaper.jpg ]; then
|
if [ -f ~/.cache/current_wallpaper.jpg ]; then
|
||||||
wal -q -i ~/.cache/current_wallpaper.jpg
|
wal -q -c -i ~/.cache/current_wallpaper.jpg
|
||||||
else
|
else
|
||||||
wal -q -i ~/wallpaper/
|
wal -q -i ~/wallpaper/
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user