mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
SysMon Service: getting this ready for multiple paths support.
This commit is contained in:
@@ -329,7 +329,7 @@ Rectangle {
|
||||
}
|
||||
|
||||
NText {
|
||||
text: `${SystemStatService.diskPercent}%`
|
||||
text: `${SystemStatService.diskPercents["/"]}%`
|
||||
family: Settings.data.ui.fontFixed
|
||||
pointSize: textSize
|
||||
applyUiScale: false
|
||||
|
||||
@@ -46,7 +46,7 @@ NBox {
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatService.diskPercent
|
||||
value: SystemStatService.diskPercents["/"]
|
||||
icon: "storage"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
||||
Reference in New Issue
Block a user