diff --git a/modules/datetime.sh b/modules/datetime.sh index 50c5a2a..d8f38c6 100644 --- a/modules/datetime.sh +++ b/modules/datetime.sh @@ -3,6 +3,6 @@ if [[ $BLOCK_INSTANCE =~ pm ]]; then SHORT_TEXT=$(date '+%-I:%M%p') else LONG_TEXT=$(date '+%A %-d.%-m.%Y W%V, %-H:%M:%S') - SHORT_TEXT=$(date '+%-H:%M') + SHORT_TEXT=$(date '+%-d %-H:%M') fi LOAD=false