SysStat Service: Porting code to JS/QML instead of an external bash
This commit is contained in:
parent
36d3a50f21
commit
2bc1d53b18
3 changed files with 346 additions and 27 deletions
|
|
@ -88,7 +88,7 @@ RowLayout {
|
|||
}
|
||||
|
||||
NText {
|
||||
text: `${SystemStatService.memoryUsageGb}G`
|
||||
text: `${SystemStatService.memGb}G`
|
||||
font.family: Settings.data.ui.fontFixed
|
||||
font.pointSize: Style.fontSizeS * scaling
|
||||
font.weight: Style.fontWeightMedium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue