summaryrefslogtreecommitdiff
path: root/modules/bar/Panel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/Panel.qml')
-rw-r--r--modules/bar/Panel.qml3
1 files changed, 3 insertions, 0 deletions
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)