summaryrefslogtreecommitdiff
path: root/i3status.conf
diff options
context:
space:
mode:
authorEmil Mikulic <emikulic@gmail.com>2013-01-14 00:18:38 +1100
committerMichael Stapelberg <michael@stapelberg.de>2013-02-10 17:18:32 +0100
commit2ebe1f37269e9bec23a3f0c2e6be956884c7ab92 (patch)
treef326c0affdec8f9d19167f26e8de4dd92380f187 /i3status.conf
parent895cbad7a23cfac3b191c711fab052a74c04c0b2 (diff)
Add tztime module to support multiple different timezones.
Diffstat (limited to 'i3status.conf')
-rw-r--r--i3status.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/i3status.conf b/i3status.conf
index 49ea488..6b1d2d7 100644
--- a/i3status.conf
+++ b/i3status.conf
@@ -19,7 +19,7 @@ order += "wireless wlan0"
order += "ethernet eth0"
order += "battery 0"
order += "load"
-order += "time"
+order += "tztime local"
wireless wlan0 {
format_up = "W: (%quality at %essid) %ip"
@@ -44,7 +44,7 @@ run_watch VPN {
pidfile = "/var/run/vpnc/pid"
}
-time {
+tztime local {
format = "%Y-%m-%d %H:%M:%S"
}