mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 18:14:21 +00:00
Icons: more icons
This commit is contained in:
@@ -24,7 +24,7 @@ NBox {
|
||||
|
||||
NCircleStat {
|
||||
value: SystemStatService.cpuUsage
|
||||
icon: Bootstrap.icons["speed"]
|
||||
icon: Bootstrap.icons["speedometer2"]
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
width: 72 * scaling
|
||||
@@ -33,7 +33,7 @@ NBox {
|
||||
NCircleStat {
|
||||
value: SystemStatService.cpuTemp
|
||||
suffix: "°C"
|
||||
icon: Bootstrap.icons["thermometer"]
|
||||
icon: Bootstrap.icons["fire"]
|
||||
flat: true
|
||||
contentScale: 0.8
|
||||
width: 72 * scaling
|
||||
|
||||
Reference in New Issue
Block a user