Wallpaper: shaders improvements with more parameters and new Stripes shader

This commit is contained in:
LemmyCook 2025-08-30 10:43:33 -04:00
parent d36bcb1d4d
commit 477d38d928
12 changed files with 260 additions and 66 deletions

View file

@ -170,6 +170,7 @@ Singleton {
property int randomIntervalSec: 300 // 5 min
property int transitionDuration: 1500 // 1500 ms
property string transitionType: "random"
property real transitionEdgeSmoothness: 0.05
property list<var> monitors: []
}