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