diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-08T15·58-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-08T15·59+0000 |
commit | 37ec60c70629fa5f6ace47488ba035a9a0bbae96 (patch) | |
tree | 56572f3f5d2e0bb5a2208c9f0df66b866e393455 | |
parent | c9afd22c442299c34330ed9ccd45c98b7ba3f3f8 (diff) |
feat(gs/i3): Add dottime to status bar r/1238
woooo dottime Change-Id: I41ea0ca70c38e16d716a172c2d2b4d3f983f6e5f Reviewed-on: https://cl.tvl.fyi/c/depot/+/954 Tested-by: BuildkiteCI Reviewed-by: glittershark <grfn@gws.fyi>
-rw-r--r-- | users/glittershark/system/home/modules/i3.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index 36f2d450edd5..07f9fc08caa2 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -178,6 +178,7 @@ in { order += "battery 0" # order += "volume master" order += "time" + order += "tztime utc" mpd { format = "%artist - %album - %title" @@ -233,6 +234,10 @@ in { color = "#93a1a1" } + tztime utc { + timezone = "UTC" + format = " %H·%M " + } # volume master { # format = "☊ %volume" |