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
|
|
@ -40,7 +40,7 @@ NBox {
|
|||
height: 68 * scaling
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatService.memoryUsagePer
|
||||
value: SystemStatService.memPercent
|
||||
icon: "memory"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
|
@ -48,7 +48,7 @@ NBox {
|
|||
height: 68 * scaling
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatService.diskUsage
|
||||
value: SystemStatService.diskPercent
|
||||
icon: "hard_drive"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue