From 4b73dc336c34b213b7c7b859dd740903b84daaa7 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 10 Nov 2025 17:45:10 -0700 Subject: [PATCH] Remove colons after icons, did not look good. --- files/dwm/dwm.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/dwm/dwm.sh b/files/dwm/dwm.sh index 03b330c..df17cb0 100644 --- a/files/dwm/dwm.sh +++ b/files/dwm/dwm.sh @@ -49,9 +49,9 @@ else } fi while true; do - readout="$readout : `battery-display`" - readout="$readout | : `dwm-storage`" - readout="$readout | : `volume-display`" + readout="$readout  `battery-display`" + readout="$readout |  `dwm-storage`" + readout="$readout |  `volume-display`" readout="$readout | `whoami`@`hostname`" readout="$readout `date +"%Y-%m-%d %H:%M:%S"`" xsetroot -name "$readout"