Update sb-clock

Add calendar icon to clock block so SB looks more uniform.
This commit is contained in:
FACKDAWURLD 2021-02-25 00:12:59 -05:00 committed by GitHub
parent 1692a8fe15
commit dde56c452c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,4 +26,6 @@ case $BLOCK_BUTTON in
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
date "+%Y %b %d (%a) $icon%I:%M%p"
day=$(date "+%Y %b %d (%a) $icon%I:%M%p")
echo "📅$day"