From 3236811375b2787b1a45cc586d110e18ddd14a47 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Fri, 16 Nov 2018 01:14:20 +0100 Subject: [PATCH] add day number to short datetime view --- modules/datetime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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