From aefc88755a54a69394fc34be25adabc0ae4a2581 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 20 Mar 2026 23:36:26 +0100 Subject: [PATCH] hefty: bar: make left sidebar button circular (when alone) --- .../modules/hefty/topLayer/bar/widgets/HLeftSidebarButton.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HLeftSidebarButton.qml b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HLeftSidebarButton.qml index bc84e7837..35f490619 100644 --- a/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HLeftSidebarButton.qml +++ b/dots/.config/quickshell/ii/modules/hefty/topLayer/bar/widgets/HLeftSidebarButton.qml @@ -40,7 +40,9 @@ HBarWidgetWithPopout { vertical: root.vertical atBottom: root.atBottom contentImplicitWidth: 14 - contentImplicitHeight: 18 + contentImplicitHeight: 14 + implicitWidth: 24 + implicitHeight: 30 // note that vertical bar is more thicc than horizz showPopup: false onClicked: GlobalStates.sidebarLeftOpen = !GlobalStates.sidebarLeftOpen;