adjust waybar spacing among CPU and RAM
This commit is contained in:
parent
f3dc8a2bc2
commit
3bf8ab491a
1 changed files with 2 additions and 2 deletions
|
@ -46,12 +46,12 @@
|
|||
"format": "{:%Y-%m-%d %H:%M}"
|
||||
},
|
||||
"cpu": {
|
||||
"format": "{usage:3}% CPU",
|
||||
"format": "{usage:1}% CPU",
|
||||
"tooltip": false,
|
||||
"on-click": "tilix -e 'htop'"
|
||||
},
|
||||
"memory": {
|
||||
"format": "{percentage:3}% RAM",
|
||||
"format": "{percentage:1}% RAM",
|
||||
"on-click": "tilix -e 'htop'"
|
||||
},
|
||||
"battery": {
|
||||
|
|
Loading…
Reference in a new issue