mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
polybar: simplify date display
This commit is contained in:
parent
adfec52532
commit
6bcfe92d2f
1 changed files with 2 additions and 2 deletions
|
@ -122,9 +122,9 @@ scroll-up = dunstctl history-pop
|
||||||
[module/date]
|
[module/date]
|
||||||
type = internal/date
|
type = internal/date
|
||||||
interval = 2
|
interval = 2
|
||||||
date = %a %d %b
|
date = %B %d
|
||||||
time = %H:%M
|
time = %H:%M
|
||||||
label = %date% %time%
|
label = %date% %time%
|
||||||
|
|
||||||
[module/battery]
|
[module/battery]
|
||||||
type = internal/battery
|
type = internal/battery
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue