From 9f416200ee35cd82a15fc32a04374cd66ff1fb04 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Sat, 9 May 2020 19:45:40 -0500 Subject: [PATCH] Update clock --- .local/bin/statusbar/clock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock index bc3b0bf9..86853983 100755 --- a/.local/bin/statusbar/clock +++ b/.local/bin/statusbar/clock @@ -8,4 +8,4 @@ case $BLOCK_BUTTON in 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac -printf '%s %s%s\n' "$(date '+%Y %b %d (%a)') $(date '+%I:%M%p')" +printf ' %s %s%s\n' "$(date '+%Y %b %d (%a)') $(date '+%I:%M%p')"