Remove colons after icons, did not look good.

This commit is contained in:
2025-11-10 17:45:10 -07:00
parent f32074a387
commit 4b73dc336c

View File

@@ -49,9 +49,9 @@ else
} }
fi fi
while true; do while true; do
readout="$readout: `battery-display`" readout="$readout  `battery-display`"
readout="$readout | : `dwm-storage`" readout="$readout |  `dwm-storage`"
readout="$readout | : `volume-display`" readout="$readout |  `volume-display`"
readout="$readout | `whoami`@`hostname`" readout="$readout | `whoami`@`hostname`"
readout="$readout `date +"%Y-%m-%d %H:%M:%S"`" readout="$readout `date +"%Y-%m-%d %H:%M:%S"`"
xsetroot -name "$readout" xsetroot -name "$readout"