improved clock
This commit is contained in:
parent
8429dbf9bc
commit
c145be530a
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ case "$clock" in
|
|||
"11") icon="🕚" ;;
|
||||
"12") icon="🕛" ;;
|
||||
esac
|
||||
date=$(date "+%Y %b %d (%a) | $icon %I:%M%p")
|
||||
echo " $date"
|
||||
date=$(date "+%Y %b %d (%a) - $icon %I:%M%p")
|
||||
echo " 📅 $date"
|
||||
|
|
Loading…
Reference in a new issue