polybar: date
This commit is contained in:
parent
2fb0d6a504
commit
5d97aec058
1 changed files with 1 additions and 1 deletions
|
@ -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.%m.%Y - %H:%M")"
|
||||
DATE="$(date +"%d.%m.%Y // %H:%M")"
|
||||
|
||||
case "$1" in
|
||||
--popup)
|
||||
|
|
Loading…
Reference in a new issue