Using a bash script for SystemStats instead of ZigStat

This commit is contained in:
quadbyte 2025-08-12 15:07:32 -04:00
parent b68d5c9f4c
commit d009b8d5c8
8 changed files with 234 additions and 160 deletions

View file

@ -76,7 +76,7 @@ Rectangle {
Text {
id: valueLabel
anchors.centerIn: parent
text: `${Math.round(root.value)}${root.suffix}`
text: `${root.value}${root.suffix}`
font.pointSize: Style.fontSizeMedium * scaling * contentScale
color: Colors.textPrimary
horizontalAlignment: Text.AlignHCenter