Removed extra 's' from all services. Made the noctalia color scheme the default
This commit is contained in:
parent
b05abca3c1
commit
f5a192baba
24 changed files with 79 additions and 89 deletions
|
|
@ -28,7 +28,7 @@ NBox {
|
|||
}
|
||||
|
||||
NCircleStat {
|
||||
value: SystemStatsService.cpuUsage
|
||||
value: SystemStatService.cpuUsage
|
||||
icon: "speed"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
|
@ -36,7 +36,7 @@ NBox {
|
|||
height: 68 * scaling
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatsService.cpuTemp
|
||||
value: SystemStatService.cpuTemp
|
||||
suffix: "°C"
|
||||
icon: "device_thermostat"
|
||||
flat: true
|
||||
|
|
@ -45,7 +45,7 @@ NBox {
|
|||
height: 68 * scaling
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatsService.memoryUsagePer
|
||||
value: SystemStatService.memoryUsagePer
|
||||
icon: "memory"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
|
@ -53,7 +53,7 @@ NBox {
|
|||
height: 68 * scaling
|
||||
}
|
||||
NCircleStat {
|
||||
value: SystemStatsService.diskUsage
|
||||
value: SystemStatService.diskUsage
|
||||
icon: "hard_drive"
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue