X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=01c182c636f4e19a3e0b78617799dbfded110845;hb=7b021d3eb20c9bf63ad8fa54ae253add47e551f6;hp=ee0db5c5290e3c2a27ef015d6b46a6970b83a73a;hpb=692f0124a34625f3296d97496b721973e1f951a2;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index ee0db5c..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 @@ -10,9 +18,8 @@ order += "run_watch VPN" order += "wireless wlan0" order += "ethernet eth0" order += "battery 0" -order += "cpu_temperature 0" order += "load" -order += "time" +order += "tztime local" wireless wlan0 { format_up = "W: (%quality at %essid) %ip" @@ -22,7 +29,7 @@ wireless wlan0 { ethernet eth0 { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" - format_down = "E: down" + format_down = "E: down" } battery 0 { @@ -37,18 +44,14 @@ run_watch VPN { pidfile = "/var/run/vpnc/pid" } -time { - format = "%Y-%m-%d %H:%M:%S" +tztime local { + format = "%Y-%m-%d %H:%M:%S" } load { - format = "%1min" -} - -cpu_temperature 0 { - format = "T: %degrees °C" + format = "%1min" } disk "/" { - format = "%free" + format = "%avail" }