adjust bg clock parallax factor

This commit is contained in:
end-4
2025-10-16 09:21:25 +02:00
parent ac5c902569
commit 6f08589265
@@ -175,7 +175,7 @@ Singleton {
property bool enableWorkspace: true
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property bool enableSidebar: true
property real clockFactor: 0.8
property real clockFactor: 1.01
}
}