forked from Shinonome/dots-hyprland
hefty: bar: make left sidebar button circular (when alone)
This commit is contained in:
+3
-1
@@ -40,7 +40,9 @@ HBarWidgetWithPopout {
|
|||||||
vertical: root.vertical
|
vertical: root.vertical
|
||||||
atBottom: root.atBottom
|
atBottom: root.atBottom
|
||||||
contentImplicitWidth: 14
|
contentImplicitWidth: 14
|
||||||
contentImplicitHeight: 18
|
contentImplicitHeight: 14
|
||||||
|
implicitWidth: 24
|
||||||
|
implicitHeight: 30 // note that vertical bar is more thicc than horizz
|
||||||
showPopup: false
|
showPopup: false
|
||||||
onClicked: GlobalStates.sidebarLeftOpen = !GlobalStates.sidebarLeftOpen;
|
onClicked: GlobalStates.sidebarLeftOpen = !GlobalStates.sidebarLeftOpen;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user