background: add parallax for sidebars

This commit is contained in:
end-4
2025-07-16 10:38:21 +07:00
parent d176d38552
commit 19aa66568f
2 changed files with 5 additions and 2 deletions
@@ -100,8 +100,9 @@ Singleton {
property real clockY: -500
property string wallpaperPath: Quickshell.configPath("assets/images/default_wallpaper.png")
property JsonObject parallax: JsonObject {
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property bool enableWorkspace: true
property real workspaceZoom: 1.07 // Relative to your screen, not wallpaper size
property bool enableSidebar: true
}
}