Using a bash script for SystemStats instead of ZigStat
This commit is contained in:
parent
b68d5c9f4c
commit
d009b8d5c8
8 changed files with 234 additions and 160 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue