I blame this to Ubuntu since Ive seen reports that it only happens on Ubuntu.. never mind.
here are the fixes:
edit the following files
~/.config/hypr/UserScripts/WallpaperEffects.sh WallpaperSelect.sh
YES it is 2 files above
you need to increase the sleep time to 2 secs
~/.config/hypr/UserScripts/WallpaperEffects.sh - line 77 , from sleep 1 to sleep 2
~/.config/hypr/UserScripts/WallpaperSelect.sh - line line 72 , from sleep 0.5 to sleep 2
for the dark-light theme switcher
~/.config/hypr/scripts/DarkLight.sh - line 125,
insert a new line under
$swww "${next_wallpaper}" $effect
sleep 2
CAVEATS! It increased by 2 secs just to apply wallpaper. But, would you rather have a broken/unrendered wallpaper? than wait for extra 2 secs?
I blame this to Ubuntu since Ive seen reports that it only happens on Ubuntu.. never mind.
here are the fixes: edit the following files ~/.config/hypr/UserScripts/WallpaperEffects.sh WallpaperSelect.sh
YES it is 2 files above you need to increase the sleep time to 2 secs ~/.config/hypr/UserScripts/WallpaperEffects.sh - line 77 , from sleep 1 to sleep 2 ~/.config/hypr/UserScripts/WallpaperSelect.sh - line line 72 , from sleep 0.5 to sleep 2
for the dark-light theme switcher ~/.config/hypr/scripts/DarkLight.sh - line 125, insert a new line under $swww "${next_wallpaper}" $effect sleep 2
CAVEATS! It increased by 2 secs just to apply wallpaper. But, would you rather have a broken/unrendered wallpaper? than wait for extra 2 secs?