Switch to 24h time format.
This commit is contained in:
parent
79fe75d0a4
commit
664d7553a2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ screens = [
|
|||
func=lambda: subprocess.check_output("sb-battery").decode(),
|
||||
),
|
||||
widget.Clock(
|
||||
format='\uf073 [%d] %I:%M:%S %p'
|
||||
format='\uf073 [%d] %H:%M:%S'
|
||||
),
|
||||
widget.Sep(padding=15, size_percent=60),
|
||||
widget.Systray(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue