1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-13 06:33:30 -04:00

feat: layer namespaces (#635)

This commit is contained in:
claymorwan
2025-11-05 19:56:56 +01:00
committed by GitHub
parent 0ee89920fd
commit 95c711ce7e
29 changed files with 54 additions and 9 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ Item {
}
WlrLayershell.layer: dBarLayer
WlrLayershell.namespace: "quickshell:bar"
WlrLayershell.namespace: "dms:bar"
property var modelData: item
@@ -11,6 +11,8 @@ import qs.Widgets
DankPopout {
id: root
layerNamespace: "dms:battery"
property var triggerScreen: null
function setTriggerPosition(x, y, width, section, screen) {
+2
View File
@@ -13,6 +13,8 @@ import qs.Widgets
DankPopout {
id: root
layerNamespace: "dms:vpn"
Ref {
service: DMSNetworkService
}