Add UTC reminder in i3pystatus
This commit is contained in:
parent
4f34eb6222
commit
6739f08557
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ status.register("shell",
|
|||
on_rightclick="xset s off")
|
||||
|
||||
status.register("clock",
|
||||
format="%a, %Y-%m-%d %H:%M:%S",)
|
||||
format="%a, %Y-%m-%d %H:%M:%S UTC",)
|
||||
|
||||
status.register("battery",
|
||||
battery_ident="BAT0",
|
||||
|
|
Loading…
Reference in a new issue