Rework parallax

This commit is contained in:
EoinKanro
2025-12-04 22:30:55 +01:00
parent 71c1fbe1dd
commit 1193b7a802
3 changed files with 68 additions and 52 deletions
@@ -208,7 +208,7 @@ Singleton {
property bool vertical: false
property bool autoVertical: false
property bool enableWorkspace: true
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property real workspaceZoom: 1.0 // Relative to wallpaper size
property bool enableSidebar: true
property real widgetsFactor: 1.2
}