From cc84ab2289381038f483f06963374aa0247f6724 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 2 Sep 2025 20:56:37 +0200 Subject: ... --- accounts/gkleen@sif/shell/quickshell/shell.qml | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'accounts/gkleen@sif/shell/quickshell/shell.qml') diff --git a/accounts/gkleen@sif/shell/quickshell/shell.qml b/accounts/gkleen@sif/shell/quickshell/shell.qml index 4934cd4d..2ddecad9 100644 --- a/accounts/gkleen@sif/shell/quickshell/shell.qml +++ b/accounts/gkleen@sif/shell/quickshell/shell.qml @@ -1,6 +1,7 @@ //@ pragma UseQApplication import Quickshell +import Quickshell.Wayland ShellRoot { settings.watchFiles: false @@ -13,9 +14,27 @@ ShellRoot { required property var modelData - Bar { - id: bar + PanelWindow { + id: bgWindow + + screen: screenScope.modelData + + WlrLayershell.layer: WlrLayer.Background + WlrLayershell.exclusionMode: ExclusionMode.Ignore + + anchors.top: true + anchors.bottom: true + anchors.left: true + anchors.right: true + color: "black" + + WallpaperBackground { + screen: bgWindow.screen.name + } + } + + Bar { screen: screenScope.modelData } } -- cgit v1.2.3