mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38: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]
|
||||
type = internal/date
|
||||
interval = 2
|
||||
date = %a %d %b
|
||||
date = %B %d
|
||||
time = %H:%M
|
||||
label = %date% %time%
|
||||
label = %date% %time%
|
||||
|
||||
[module/battery]
|
||||
type = internal/battery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue