From 6aaf0552a5a3ff887fce7f89c10107a08036c09c Mon Sep 17 00:00:00 2001 From: stabosa87 Date: Fri, 10 Jul 2026 22:28:22 -0500 Subject: [PATCH] apparently GiB looks ugly --- config/waybar/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index b44bb98..b72f61a 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -37,7 +37,7 @@ "memory": { "interval": 5, - "format": "RAM: {used:0.1f}GiB/{total:.0f}GiB / " + "format": "RAM: {used:0.1f}GB/{total:.0f}GB / " }, "pulseaudio": {