some waybar tweaks
This commit is contained in:
@@ -118,12 +118,12 @@
|
|||||||
},
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "cpu:{usage}% avg frq:{avg_frequency:2.2f}",
|
"format": "cpu:{usage:02}% avg-frq:{avg_frequency:4.2f}MHz",
|
||||||
"tooltip": false
|
"tooltip": false
|
||||||
},
|
},
|
||||||
"memory": {
|
"memory": {
|
||||||
"interval": 1,
|
"interval": 1,
|
||||||
"format": "mem:{}%"
|
"format": "mem:{:02}%"
|
||||||
},
|
},
|
||||||
"temperature": {
|
"temperature": {
|
||||||
// "thermal-zone": 2,
|
// "thermal-zone": 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user