From 627c8562f7318a82f49105d0f8eee93fc2354bdd Mon Sep 17 00:00:00 2001 From: Runze Date: Wed, 6 Aug 2025 19:28:37 +0800 Subject: [PATCH] fix(bar): prevent hover popup from appearing for hidden resource icons --- .config/quickshell/ii/modules/bar/Resource.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/ii/modules/bar/Resource.qml b/.config/quickshell/ii/modules/bar/Resource.qml index cf6a0365a..76aca94a8 100644 --- a/.config/quickshell/ii/modules/bar/Resource.qml +++ b/.config/quickshell/ii/modules/bar/Resource.qml @@ -65,6 +65,7 @@ Item { anchors.fill: parent hoverEnabled: true acceptedButtons: Qt.NoButton + enabled: resourceRowLayout.x >= 0 && root.width > 0 && root.visible } LazyLoader {