X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=01c182c636f4e19a3e0b78617799dbfded110845;hb=0c2b518b8a30c08a69c07ab6ffeea98eb2d58424;hp=49ea488ae389c59393ebe75b9464168043ee8dcc;hpb=beaaf4c742036e0f02fa9867e4cd44b13faac5a2;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 49ea488..01c182c 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" } @@ -53,5 +53,5 @@ load { } disk "/" { - format = "%free" + format = "%avail" }