polybar: date-format

This commit is contained in:
Michael Grote 2021-06-29 10:26:48 +02:00
parent 30f5d3125a
commit 3e249ca37e

View file

@ -4,7 +4,7 @@ BAR_HEIGHT=22 # polybar height
BORDER_SIZE=1 # border size from your wm settings BORDER_SIZE=1 # border size from your wm settings
YAD_WIDTH=222 # 222 is minimum possible value YAD_WIDTH=222 # 222 is minimum possible value
YAD_HEIGHT=193 # 193 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 case "$1" in
--popup) --popup)