diff options
author | Camil Staps | 2017-05-31 08:53:20 +0000 |
---|---|---|
committer | Camil Staps | 2017-05-31 08:53:20 +0000 |
commit | 31eb9a45cf734d6932bf86d9cf6fe6f064d6dd88 (patch) | |
tree | 3d8e3b1f1c2809bd8d88416bf7265df223d462fd /i3/.i3status.conf | |
parent | Update vimtex options for new structure (diff) |
UTC time in i3status
Diffstat (limited to 'i3/.i3status.conf')
-rw-r--r-- | i3/.i3status.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i3/.i3status.conf b/i3/.i3status.conf index 67710fb..8fe85e2 100644 --- a/i3/.i3status.conf +++ b/i3/.i3status.conf @@ -10,7 +10,7 @@ order += "wireless wlan0" order += "battery 0" order += "cpu_usage" order += "load" -order += "tztime local" +order += "tztime utc" volume master { format = "♪: %volume" @@ -47,7 +47,7 @@ load { max_threshold = "0.7" } -tztime local { - format = "%a %b %-d, %I:%M %p" +tztime utc { + format = "%a %b %-d, %I:%M %p UTC" + timezone = "Etc/UTC" } - |