Wallpaper: added random transition + fixed "none" transition

This commit is contained in:
LemmyCook 2025-08-29 21:19:17 -04:00
parent 3496169c68
commit 26fc6098dc
4 changed files with 57 additions and 37 deletions

View file

@ -169,7 +169,7 @@ Singleton {
property bool randomEnabled: false
property int randomIntervalSec: 300 // 5 min
property int transitionDuration: 1500 // 1500 ms
property string transitionType: "fade"
property string transitionType: "random"
property list<var> monitors: []
}