From 4c617cf022b72618e1e6f7fa1dac3d5d70f97473 Mon Sep 17 00:00:00 2001 From: bbedward Date: Sat, 25 Apr 2026 11:15:44 -0400 Subject: [PATCH] fix popout transparency --- quickshell/Widgets/DankPopout.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/quickshell/Widgets/DankPopout.qml b/quickshell/Widgets/DankPopout.qml index 3629c43b..e8c8694d 100644 --- a/quickshell/Widgets/DankPopout.qml +++ b/quickshell/Widgets/DankPopout.qml @@ -553,6 +553,13 @@ Item { } } + Rectangle { + anchors.fill: parent + radius: Theme.cornerRadius + visible: !BlurService.enabled + color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency) + } + Loader { id: contentLoader anchors.fill: parent