mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 20:40:15 +02:00
polybar: don't use 0-padded day of month
This commit is contained in:
parent
60a1522111
commit
e125b64e73
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ scroll-up = dunstctl history-pop
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
interval = 2
|
interval = 2
|
||||||
date = %B %d
|
date = %B %e
|
||||||
time = %H:%M
|
time = %H:%M
|
||||||
label = %date% %time%
|
label = %date% %time%
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue