X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=6b1d2d726e195a60eb0e2da2294fd6d75a52d838;hb=67c2c1a7ead6bcdcd07080e581013fa7a0b58b6f;hp=774aa063a30dce22694c39e245ece0160ce39e02;hpb=9307ff9d131a70164a50e57e3aa3115c92715925;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 774aa06..6b1d2d7 100644 --- a/i3status.conf +++ b/i3status.conf @@ -1,18 +1,25 @@ +# 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 + interval = 5 } -order = "ipv6" +order += "ipv6" order += "disk /" order += "run_watch DHCP" 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 = "%free" }