2009-10-15 18:42:46 +00:00
|
|
|
general {
|
|
|
|
colors = true
|
2011-07-13 01:22:07 +00:00
|
|
|
interval = 5
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|
|
|
|
|
2011-10-10 19:29:44 +00:00
|
|
|
order += "ipv6"
|
2009-10-15 18:42:46 +00:00
|
|
|
order += "disk /"
|
|
|
|
order += "run_watch DHCP"
|
|
|
|
order += "run_watch VPN"
|
|
|
|
order += "wireless wlan0"
|
|
|
|
order += "ethernet eth0"
|
|
|
|
order += "battery 0"
|
|
|
|
order += "load"
|
|
|
|
order += "time"
|
|
|
|
|
|
|
|
wireless wlan0 {
|
|
|
|
format_up = "W: (%quality at %essid) %ip"
|
|
|
|
format_down = "W: down"
|
|
|
|
}
|
|
|
|
|
|
|
|
ethernet eth0 {
|
|
|
|
# if you use %speed, i3status requires root privileges
|
2009-10-16 18:14:40 +00:00
|
|
|
format_up = "E: %ip (%speed)"
|
2012-03-11 14:37:01 +00:00
|
|
|
format_down = "E: down"
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
battery 0 {
|
2009-10-16 20:21:05 +00:00
|
|
|
format = "%status %percentage %remaining"
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
run_watch DHCP {
|
|
|
|
pidfile = "/var/run/dhclient*.pid"
|
|
|
|
}
|
|
|
|
|
|
|
|
run_watch VPN {
|
|
|
|
pidfile = "/var/run/vpnc/pid"
|
|
|
|
}
|
|
|
|
|
|
|
|
time {
|
2012-03-11 14:37:01 +00:00
|
|
|
format = "%Y-%m-%d %H:%M:%S"
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
2012-03-11 14:37:01 +00:00
|
|
|
format = "%1min"
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
disk "/" {
|
2012-11-05 16:36:53 +00:00
|
|
|
format = "%free"
|
2009-10-15 18:42:46 +00:00
|
|
|
}
|