formatter

This commit is contained in:
Zacharias-Brohn
2026-02-24 23:20:11 +01:00
parent 40cd984b6d
commit d56a0260fb
202 changed files with 15037 additions and 15352 deletions
+11 -7
View File
@@ -4,28 +4,32 @@ import Quickshell.Wayland
import qs.Config
Loader {
asynchronous: true
active: Config.background.enabled
asynchronous: true
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
WlrLayershell.namespace: "ZShell-Wallpaper"
color: "transparent"
screen: modelData
anchors {
top: true
bottom: true
left: true
right: true
bottom: true
top: true
}
WallBackground {
}
WallBackground {}
}
}
}