Switch to 24h time format.
This commit is contained in:
parent
79fe75d0a4
commit
664d7553a2
@ -141,7 +141,7 @@ screens = [
|
|||||||
func=lambda: subprocess.check_output("sb-battery").decode(),
|
func=lambda: subprocess.check_output("sb-battery").decode(),
|
||||||
),
|
),
|
||||||
widget.Clock(
|
widget.Clock(
|
||||||
format='\uf073 [%d] %I:%M:%S %p'
|
format='\uf073 [%d] %H:%M:%S'
|
||||||
),
|
),
|
||||||
widget.Sep(padding=15, size_percent=60),
|
widget.Sep(padding=15, size_percent=60),
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
|
Loading…
Reference in New Issue
Block a user