diff --git a/dots/i3status/config b/dots/i3status/config index 49f23aa..b3b9b9a 100644 --- a/dots/i3status/config +++ b/dots/i3status/config @@ -26,7 +26,7 @@ order += "wireless _first_" order += "ethernet _first_" order += "path_exists vpn" order += "battery all" -order += "tztime local" +order += "time local" order += "volume master" cpu_usage { @@ -96,7 +96,7 @@ battery all { threshold_type = time } -tztime local { +time local { format = " %time " format_time = "%Y.%m.%d @ %H:%M" }