From bd90e2c19e4e56961ba98b867850aac39547e6e1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 10 Oct 2025 23:47:27 +0200 Subject: [PATCH] bar: fix tray overflow menu showing when empty --- .config/quickshell/ii/modules/bar/SysTray.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/SysTray.qml b/.config/quickshell/ii/modules/bar/SysTray.qml index 8da341192..2a6259a97 100644 --- a/.config/quickshell/ii/modules/bar/SysTray.qml +++ b/.config/quickshell/ii/modules/bar/SysTray.qml @@ -101,7 +101,7 @@ Item { StyledPopup { id: overflowPopup hoverTarget: trayOverflowButton - active: root.trayOverflowOpen + active: root.trayOverflowOpen && root.unpinnedItems.length > 0 popupBackgroundMargin: 300 // This should be plenty... makes sure tooltips don't get cutoff (easily) GridLayout {