From 37ec60c70629fa5f6ace47488ba035a9a0bbae96 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 8 Jul 2020 11:58:28 -0400 Subject: feat(gs/i3): Add dottime to status bar woooo dottime Change-Id: I41ea0ca70c38e16d716a172c2d2b4d3f983f6e5f Reviewed-on: https://cl.tvl.fyi/c/depot/+/954 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/modules/i3.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index 36f2d450ed..07f9fc08ca 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" -- cgit 1.4.1