Background: add startup wallpaper transition

This commit is contained in:
Sighthesia
2025-11-10 17:33:45 +08:00
parent b7f071d31e
commit 162c5febda
4 changed files with 68 additions and 2 deletions
+1
View File
@@ -258,6 +258,7 @@ Singleton {
property int randomIntervalSec: 300 // 5 min
property int transitionDuration: 1500 // 1500 ms
property string transitionType: "random"
property string startupTransitionType: "disc"
property real transitionEdgeSmoothness: 0.05
property list<var> monitors: []
property string panelPosition: "follow_bar"