statusbar: shorten date format
This commit is contained in:
parent
72f18fd9ac
commit
6609a8012e
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue