From 3e249ca37e21bf5deb5224370e4c05f4230f1187 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 29 Jun 2021 10:26:48 +0200 Subject: [PATCH] polybar: date-format --- polybar/popup-calendar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/popup-calendar.sh b/polybar/popup-calendar.sh index 7f3540e..04bf1c7 100755 --- a/polybar/popup-calendar.sh +++ b/polybar/popup-calendar.sh @@ -4,7 +4,7 @@ BAR_HEIGHT=22 # polybar height BORDER_SIZE=1 # border size from your wm settings YAD_WIDTH=222 # 222 is minimum possible value YAD_HEIGHT=193 # 193 is minimum possible value -DATE="$(date +"%a %d %H:%M")" +DATE="$(date +"%A - %d.%m.%Y - %H:%M")" case "$1" in --popup)