From e84836ce41a1d8d7f8511a1a6904eb762e2e32ac Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Fri, 19 Dec 2025 01:54:59 -0600 Subject: [PATCH] fix: update spacing in icons of i3statusconfig --- home/i3/i3status.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/i3/i3status.config b/home/i3/i3status.config index e28a06f..f3f4611 100644 --- a/home/i3/i3status.config +++ b/home/i3/i3status.config @@ -12,12 +12,12 @@ order += "battery all" order += "tztime local" wireless _first_ { - format_up = "󰤩 %essid" - format_down = "󰤪 down" + format_up = "󰤩 %essid" + format_down = "󰤪 down" } volume master { - format = " %volume" + format = " %volume" format_muted = " muted" device = "default" }