mirror of https://github.com/polybar/polybar.git
Removed typo that lead to alt date display containing a percentage sign
parent
46e953e3bd
commit
2b6b02e47b
|
@ -17,7 +17,7 @@ time = %H:%M
|
|||
|
||||
; if `date-alt` or `time-alt` is defined, clicking
|
||||
; the module will toggle between formats
|
||||
date-alt = %A%, %d %B %Y
|
||||
date-alt = %A, %d %B %Y
|
||||
time-alt = %H:%M:%S
|
||||
~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue