From f54c0fb3779c58f11b46afde1c97558f238163a2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 08:53:12 +0200 Subject: [PATCH] Fade in/out --- .../quickshell/omarchy-shell/plugins/bar/common/PopupCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/quickshell/omarchy-shell/plugins/bar/common/PopupCard.qml b/default/quickshell/omarchy-shell/plugins/bar/common/PopupCard.qml index 139343a5..6a2aada5 100644 --- a/default/quickshell/omarchy-shell/plugins/bar/common/PopupCard.qml +++ b/default/quickshell/omarchy-shell/plugins/bar/common/PopupCard.qml @@ -30,7 +30,7 @@ PopupWindow { default property alias contentItem: contentHolder.children - visible: open + visible: open || card.opacity > 0 color: "transparent" implicitWidth: contentWidth implicitHeight: contentHeight