Bar: SysMon

This commit is contained in:
quadbyte 2025-08-13 08:04:26 -04:00
parent 53901f2c9f
commit b53cc0466d
4 changed files with 100 additions and 14 deletions

View file

@ -50,11 +50,14 @@ Variants {
anchors.verticalCenter: parent.verticalCenter
spacing: Style.marginSmall * scaling
NText {
text: screen.name
anchors.verticalCenter: parent.verticalCenter
font.weight: Style.fontWeightBold
}
// Debug show monitor name
// NText {
// text: screen.name
// anchors.verticalCenter: parent.verticalCenter
// font.weight: Style.fontWeightBold
// }
SystemMonitor {}
}
// Center