1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-07 19:59:14 -04:00

polkit: simplify service usage

This commit is contained in:
bbedward
2025-10-31 11:51:11 -04:00
parent 3b5a951431
commit 7252d1e4d7
6 changed files with 259 additions and 184 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ PanelWindow {
active: root.visible
asynchronous: false
transformOrigin: Item.Center
layer.enabled: Quickshell.env("DMS_DISABLE_LAYER") !== "true"
layer.enabled: Quickshell.env("DMS_DISABLE_LAYER") !== "true" && Quickshell.env("DMS_DISABLE_LAYER") !== "1"
layer.smooth: true
opacity: shouldBeVisible ? 1 : 0
transform: [scaleTransform, motionTransform]
+1 -1
View File
@@ -47,4 +47,4 @@ Text {
easing.bezierCurve: standardAnimation["easing.bezierCurve"]
}
}
}
}