diff options
Diffstat (limited to 'i3status.conf')
-rw-r--r-- | i3status.conf | 4 |
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" } |