# 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 color_good = "#898989" #some neon blue color_degraded = "#006298" color_bad = "#FF0000" } order += "volume master" order += "wireless _first_" order += "ethernet _first_" order += "tztime local" volume master { format = " %volume" format_muted = " %volume" device = "default" mixer = "Master" mixer_idx = 0 } wireless _first_ { format_up = " %essid" format_down = "" } ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = " %ip" format_down = "" } battery 0 { format = " %status %percentage" status_chr = " " status_bat = " " status_full = " " } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } run_watch VPN { pidfile = "/var/run/vpnc/pid" } tztime local { format = " %m/%d  %H:%M" } load { format = "%1min" } disk "/" { format = "%avail" }