feat(waybar): update module spacing

* Add spacing to memory, cpu, audio, keyboard, and battery modules to separate the modules from each other a little more and get a more consistent look on the bar.
* Update the icons for memory, cpu (so the icon looks more like what it actually is)
This commit is contained in:
BluishHumility
2024-07-30 23:28:41 -04:00
parent 63f29b2927
commit 11f4728f47

View File

@@ -87,7 +87,7 @@
"memory": { "memory": {
"interval": 5, "interval": 5,
"format": " {}%", // Icon: memory "format": "{:>3}% ",
"on-click": "footclient -T waybar_htop -e htop", "on-click": "footclient -T waybar_htop -e htop",
"states": { "states": {
"warning": 70, "warning": 70,
@@ -97,7 +97,7 @@
"cpu": { "cpu": {
"interval": 5, "interval": 5,
"format": "{usage}% ({load})", // Icon: microchip "format": "{usage:>3}% ",
"states": { "states": {
"warning": 70, "warning": 70,
"critical": 90, "critical": 90,