From e1b79693e3eb0744244fa92248aff91383a04ee1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:44:58 +0100 Subject: [PATCH] hefty: bar: tray: adjust spacing & allow rmb to open unpinneds --- .../ii/modules/hefty/topLayer/bar/widgets/HSystemTray.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemTray.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemTray.qml index 20f8ea0a1..9ea1991b4 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemTray.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HSystemTray.qml @@ -34,7 +34,7 @@ HBarWidgetWithPopout { contentImplicitHeight: trayContent.implicitHeight hoverEnabled: false - parentRadiusToPaddingRatio: 0.9 + parentRadiusToPaddingRatio: 0.45 hover: trayContent.moreHovered press: trayContent.morePressed @@ -68,6 +68,7 @@ HBarWidgetWithPopout { Layout.fillWidth: true Layout.fillHeight: true hoverEnabled: true + acceptedButtons: Qt.AllButtons implicitWidth: 20 - parent.spacing implicitHeight: 20 - parent.spacing