Waybar : Add braces around cpu load.
This commit is contained in:
parent
9786428e49
commit
022f1904b7
|
@ -77,7 +77,7 @@
|
||||||
// "ignored-players": ["firefox"]
|
// "ignored-players": ["firefox"]
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"format": "{usage}% {load}",
|
"format": "{usage}% ({load})",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
|
|
Loading…
Reference in a new issue