commit f4a454e4a35b8707d84243f124525117ba3ad035
parent 08237738dd41f79dae4f0b552def8e86ffafdcf4
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 28 Jun 2020 21:11:13 +0200

Add spaces to initial status bar text

The text that appears on the dwm status bar while dwmblocks is loading
now has the preceding 2 spaces to make it look nicer.

Diffstat:
M.local/share/dwm/autostart.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/share/dwm/autostart.sh b/.local/share/dwm/autostart.sh @@ -20,5 +20,5 @@ numlockx & # configure monitors $HOME/.local/bin/configure-monitors & -xsetroot -name "$(date +"%a %d %b, %H:%M")" & +xsetroot -name " $(date +"%a %d %b, %H:%M")" & dwmblocks &