1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

popout: add separate variable for layer override

fixes #700
This commit is contained in:
bbedward
2025-11-12 23:20:04 -05:00
parent db584b7897
commit ab976cbb24

View File

@@ -66,7 +66,7 @@ PanelWindow {
color: "transparent" color: "transparent"
WlrLayershell.layer: { WlrLayershell.layer: {
switch (Quickshell.env("DMS_DANKBAR_LAYER")) { switch (Quickshell.env("DMS_POPOUT_LAYER")) {
case "bottom": case "bottom":
return WlrLayershell.Bottom return WlrLayershell.Bottom
case "overlay": case "overlay":