wallpaper: added an option to skip initial transition

This commit is contained in:
Lemmy
2026-02-11 14:46:46 -05:00
parent 046e6688eb
commit 02a5d10321
21 changed files with 56 additions and 0 deletions
+1
View File
@@ -373,6 +373,7 @@ Singleton {
property int randomIntervalSec: 300 // 5 min
property int transitionDuration: 1500 // 1500 ms
property string transitionType: "random"
property bool skipStartupTransition: false
property real transitionEdgeSmoothness: 0.05
property string panelPosition: "follow_bar"
property bool hideWallpaperFilenames: false