statusbar: shorten date format

This commit is contained in:
Dmitry Zakharchenko 2022-08-21 12:53:41 +03:00
parent 72f18fd9ac
commit 6609a8012e

View file

@ -6,6 +6,5 @@ case $BLOCK_BUTTON in
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
clk=$(date '+%A %B %d, %I:%M %p')
clk=$(date '+%b %d %a, %I:%M %p')
printf "%s" "$clk"