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