Wallpaper: cool fade in transition via shader

This commit is contained in:
LemmyCook 2025-08-29 16:26:48 -04:00
parent 61d13a6cab
commit 63e90a5c17
4 changed files with 107 additions and 4 deletions

View file

@ -163,9 +163,8 @@ Singleton {
changeWallpaper(screenName, randomPath)
}
}
}
else {
// Pick a random wallpaper for all screens
} else {
// Pick a random wallpaper common to all screens
// We can use any screenName here, so we just pick the primary one.
var wallpaperList = getWallpapersList(Screen.name)
if (wallpaperList.length > 0) {