diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:08:57 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:08:57 +0200 |
commit | dd6f63b226dc898bff2b66b31fe4aabd9291c4d5 (patch) | |
tree | bd53ecd7a364717aaea3c36181d5ad42bacb3bc0 /i3 | |
parent | e79237353245d0e31fb00b68e18785adf5692472 (diff) | |
download | dotfiles-dd6f63b226dc898bff2b66b31fe4aabd9291c4d5.tar.xz |
i3/bar: Add timezone to clack
Diffstat (limited to 'i3')
-rw-r--r-- | i3/bar.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from i3pystatus import Status status = Status(standalone=True) status.register("clock", - format="%y-%m-%d %H:%M:%S",) + format="%y-%m-%d %H:%M:%S%z",) status.register("battery", format="⚡:{percentage:.2f}% {remaining:%E%hh:%Mm}{status}", |