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:
parent
d6df496216
commit
c6cf5a0fab
5 changed files with 11 additions and 12 deletions
|
|
@ -26,7 +26,7 @@ Variants {
|
|||
|
||||
WlrLayershell.namespace: "noctalia-bar"
|
||||
|
||||
implicitHeight: Style.barHeight * scaling
|
||||
implicitHeight: Math.round(Style.barHeight * scaling)
|
||||
color: Color.transparent
|
||||
|
||||
anchors {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue