From f98036a30326582ac7c87835a1d3dd386b8d34f9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 1 May 2025 18:30:53 +1000 Subject: feat: vertical bar actually works!!! --- modules/bar/Panel.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/bar/Panel.qml') diff --git a/modules/bar/Panel.qml b/modules/bar/Panel.qml index 62d2776..fa71cf7 100644 --- a/modules/bar/Panel.qml +++ b/modules/bar/Panel.qml @@ -12,6 +12,7 @@ StyledRect { return BarConfig.vertical ? vert : horiz; } + vertical: BarConfig.vertical color: Appearance.alpha(Appearance.colours.m3surface, false) anchors.fill: parent @@ -92,6 +93,8 @@ StyledRect { Power { x: (BarConfig.sizes.height - width) / 2 + y: (BarConfig.sizes.height - height) / 2 + color: Appearance.colours.m3onError anchors.horizontalCenter: root.get(undefined, parent.horizontalCenter) -- cgit v1.2.3-freya