JaKooLit / Ubuntu-Hyprland

Automated Hyprland installer for Ubuntu. NOTE: Repo Branches as per Ubuntu Versions
GNU General Public License v3.0
193 stars 15 forks source link

Wallpaper not rendered properly during wallpaper change or dark-light switch #3

Open JaKooLit opened 2 months ago

JaKooLit commented 2 months ago

wallpaper

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?