From ab976cbb24396d8f6b55bc5189558a8ed7f18e78 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 12 Nov 2025 23:20:04 -0500 Subject: [PATCH] popout: add separate variable for layer override fixes #700 --- quickshell/Widgets/DankPopout.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Widgets/DankPopout.qml b/quickshell/Widgets/DankPopout.qml index 1cc3afc0..61bcf7fd 100644 --- a/quickshell/Widgets/DankPopout.qml +++ b/quickshell/Widgets/DankPopout.qml @@ -66,7 +66,7 @@ PanelWindow { color: "transparent" WlrLayershell.layer: { - switch (Quickshell.env("DMS_DANKBAR_LAYER")) { + switch (Quickshell.env("DMS_POPOUT_LAYER")) { case "bottom": return WlrLayershell.Bottom case "overlay":