Settings: minor UI improvements
This commit is contained in:
parent
63a545736c
commit
6c041fb27f
10 changed files with 47 additions and 91 deletions
|
|
@ -43,9 +43,10 @@ NBox {
|
|||
NText {
|
||||
text: Quickshell.env("USER") || "user"
|
||||
font.weight: Style.fontWeightBold
|
||||
font.capitalization: Font.Capitalize
|
||||
}
|
||||
NText {
|
||||
text: `System Uptime: ${uptimeText}`
|
||||
text: `System uptime: ${uptimeText}`
|
||||
color: Color.mOnSurface
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue