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