From c075127aaee99d072fdb887c0986fd6dc5c8c533 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 25 May 2020 17:06:24 -0400 Subject: no spaces between icons and content --- .local/bin/statusbar/clock | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.local/bin/statusbar/clock') diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock index 49cdc0b..431a7f0 100755 --- a/.local/bin/statusbar/clock +++ b/.local/bin/statusbar/clock @@ -26,7 +26,4 @@ case $BLOCK_BUTTON in 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac -printf '%s %s%s\n' "$(date '+%Y %b %d (%a)')" "$icon" "$(date '+%I:%M%p')" - -#for europeans, use this -#printf '%s %s%s\n' "$(date '+%a %d/%m')" "$icon" "$(date '+%I:%M%p')" +date "+%Y %b %d (%a) $icon%I:%M%p" -- cgit v1.3.1