diff --git a/.local/bin/statusbar/clock b/.local/bin/statusbar/clock index 49cdc0b4..dfd83632 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')" +printf '%s %s%s\n' "$(date '+%Y %b %d (%a)') $(date '+%I:%M%p')"