Bar UI improvements

- better rounding at low scaling, for accurate vertical centering
- use fixed font bar system monitor
- use bold for workspaces name
This commit is contained in:
LemmyCook 2025-08-27 14:46:19 -04:00
parent d6df496216
commit c6cf5a0fab
5 changed files with 11 additions and 12 deletions

View file

@ -26,7 +26,7 @@ Variants {
WlrLayershell.namespace: "noctalia-bar"
implicitHeight: Style.barHeight * scaling
implicitHeight: Math.round(Style.barHeight * scaling)
color: Color.transparent
anchors {