Update clock

This commit is contained in:
Vlad Doster 2020-05-09 18:35:34 -05:00 committed by GitHub
parent c02ba48cae
commit 85a1935144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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