Update clock

This commit is contained in:
Vlad Doster 2020-05-09 19:45:40 -05:00 committed by GitHub
parent 9b22892959
commit 9f416200ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')"