layershell namespaces

This commit is contained in:
Zacharias-Brohn
2025-12-06 00:04:24 +01:00
parent e35f57e42c
commit ef3791b0d4
4 changed files with 29 additions and 22 deletions
+21 -20
View File
@@ -7,26 +7,27 @@ import qs.Config
Loader {
asynchronous: true
active: Config.background.enabled
asynchronous: true
active: Config.background.enabled
sourceComponent: Variants {
model: Quickshell.screens
PanelWindow {
id: root
required property var modelData
screen: modelData
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Bottom
color: "transparent"
sourceComponent: Variants {
model: Quickshell.screens
PanelWindow {
id: root
required property var modelData
screen: modelData
WlrLayershell.namespace: "ZShell-Wallpaper"
WlrLayershell.exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Bottom
color: "transparent"
anchors {
top: true
left: true
right: true
bottom: true
}
WallBackground {}
}
}
anchors {
top: true
left: true
right: true
bottom: true
}
WallBackground {}
}
}
}