1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 23:42:51 -05: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

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]