fix: waybar cpu usage
This commit is contained in:
parent
60ee729199
commit
e95e62268d
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "{load:0.1f} % "
|
"format": "{usage} % "
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"format": "{used:0.1f} / {total:0.1f} GB",
|
"format": "{used:0.1f} / {total:0.1f} GB",
|
||||||
|
|
Loading…
Add table
Reference in a new issue