diff --git a/.config/waybar/config b/.config/waybar/config
index 29985c5..ecac831 100644
--- a/.config/waybar/config
+++ b/.config/waybar/config
@@ -11,21 +11,21 @@
},
"cpu": {
"interval": 2,
- "format": "{icon} {usage}%",
+ "format": "{icon} {usage}%",
"format-icons": ["", "", ""],
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
"custom/gpu": {
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
- "format": " {}%",
+ "format": " {}%",
"return-type": "",
"interval": 2,
"on-click": "$TERMINAL -e nvtop",
},
"memory": {
"interval": 2,
- "format": " {used} GiB",
+ "format": " {used} GiB",
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
@@ -33,7 +33,7 @@
"interval": 2,
"format": " {ifname}",
"format-wifi": " {essid}",
- "format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}",
+ "format-ethernet": " {bandwidthUpBits} {bandwidthDownBits}",
"format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
@@ -44,7 +44,7 @@
},
"disk": {
"interval": 30,
- "format": " {used}",
+ "format": " {used}",
"path": "/",
"on-click": "$TERMINAL -e dua i",
},
@@ -61,7 +61,7 @@
"title-len": 30,
},
"wireplumber": {
- "format": "{icon} {volume}%",
+ "format": "{icon} {volume}%",
"format-muted": "",
"scroll-step": 5,
"on-click": "helvum",