Remove colons after icons, did not look good.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user