X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=01c182c636f4e19a3e0b78617799dbfded110845;hb=7b021d3eb20c9bf63ad8fa54ae253add47e551f6;hp=99640d0f054be388f51db3f230ec4690ad61ecf0;hpb=88b157cc8a19a312d93cba1f9332fc40b385e253;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 99640d0..01c182c 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,3 +1,11 @@ +# i3status configuration file. +# see "man i3status" for documentation. + +# It is important that this file is edited as UTF-8. +# The following line should contain a sharp s: +# ß +# If the above line is not correctly displayed, fix your editor first! + general { colors = true interval = 5 @@ -11,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" @@ -36,7 +44,7 @@ run_watch VPN { pidfile = "/var/run/vpnc/pid" } -time { +tztime local { format = "%Y-%m-%d %H:%M:%S" } @@ -45,5 +53,5 @@ load { } disk "/" { - format = "%free" + format = "%avail" }