background: parallax: make amount configurable, fix change reactivity, disable by default

This commit is contained in:
end-4
2026-04-10 21:36:24 +02:00
parent fa3bf6f5df
commit 3e0561578c
2 changed files with 14 additions and 15 deletions
@@ -216,9 +216,9 @@ Singleton {
property JsonObject parallax: JsonObject {
property bool vertical: false
property bool autoVertical: false
property bool enableWorkspace: true
property real workspaceZoom: 1.0 // Relative to wallpaper size
property bool enableSidebar: true
property bool enableWorkspace: false
property real workspaceZoom: 1.07 // Relative to wallpaper size
property bool enableSidebar: false
property real widgetsFactor: 1.2
}
}