adjust waybar spacing among CPU and RAM

This commit is contained in:
kuoi 2022-08-22 17:33:20 +01:00
parent f3dc8a2bc2
commit 3bf8ab491a

View file

@ -46,12 +46,12 @@
"format": "{:%Y-%m-%d %H:%M}" "format": "{:%Y-%m-%d %H:%M}"
}, },
"cpu": { "cpu": {
"format": "{usage:3}% CPU", "format": "{usage:1}% CPU",
"tooltip": false, "tooltip": false,
"on-click": "tilix -e 'htop'" "on-click": "tilix -e 'htop'"
}, },
"memory": { "memory": {
"format": "{percentage:3}% RAM", "format": "{percentage:1}% RAM",
"on-click": "tilix -e 'htop'" "on-click": "tilix -e 'htop'"
}, },
"battery": { "battery": {