You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I misunderstand the clear command to mean something like "uniform single-color wallpaper" when it is not because I would expect swww to restore this on restart and not the last picture set with img.
What's amazing is the wallpaper is restored to the last image, even when the file has been deleted in the meantime so it seems to come from the cache?
Using latest git:
$ swww --versionswww 0.9.5-masterV3
Installed from AUR:
$ pacman -Qi swwwInstalled From : NoneName : swww-gitVersion : 0.9.5.r172.g0db3f4e-1Description : Efficient animated wallpaper daemon for Wayland, controlled at runtimeArchitecture : x86_64URL : https://github.com/LGFae/swww[...]
The text was updated successfully, but these errors were encountered:
Yes, swww-daemon restores wallpaper based on cache and swww img modifies it but swww clear doesn't. You can set persistent color wallpaper with swww img 0x446688.
Scenario:
swww img cat.jpg
swww clear 446688
swww-daemon
Excpected:
Actual:
I think I misunderstand the
clear
command to mean something like "uniform single-color wallpaper" when it is not because I would expect swww to restore this on restart and not the last picture set withimg
.What's amazing is the wallpaper is restored to the last image, even when the file has been deleted in the meantime so it seems to come from the cache?
Using latest git:
Installed from AUR:
The text was updated successfully, but these errors were encountered: