From a7e46f6ea3710646847cbf9cda87f94655cf9580 Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sat, 22 Dec 2018 16:50:40 -0600 Subject: [PATCH] Swap local and UTC time --- ayypad/.config/i3status/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ayypad/.config/i3status/config b/ayypad/.config/i3status/config index 3f9385d..523dd7e 100644 --- a/ayypad/.config/i3status/config +++ b/ayypad/.config/i3status/config @@ -11,8 +11,8 @@ order += "disk /home" order += "volume default" order += "battery all" order += "cpu_usage" -order += "tztime local" order += "tztime utc" +order += "tztime local" battery all { format = "%status %percentage %remaining" @@ -45,13 +45,13 @@ ipv6 { format_down = "" } -tztime local { +tztime utc { format = "%Y-%m-%d %H:%M:%S" + timezone = UTC } -tztime utc { - format = "utc %H:%M" - timezone = UTC +tztime local { + format = "%H:%M" } volume default {