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)