You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
577 B
39 lines
577 B
|
9 years ago
|
general {
|
||
|
|
}
|
||
|
|
|
||
|
|
order += "volume audio"
|
||
|
|
order += "ipv6"
|
||
|
|
order += "disk /"
|
||
|
|
order += "run_watch DHCP"
|
||
|
|
order += "ethernet eth0"
|
||
|
|
order += "battery 0"
|
||
|
|
order += "load"
|
||
|
|
order += "tztime local"
|
||
|
|
|
||
|
|
ethernet eth0 {
|
||
|
|
# if you use %speed, i3status requires the cap_net_admin capability
|
||
|
|
format_up = "E: %ip (%speed)"
|
||
|
|
format_down = "E: down"
|
||
|
|
}
|
||
|
|
|
||
|
|
run_watch DHCP {
|
||
|
|
pidfile = "/var/run/dhclient*.pid"
|
||
|
|
}
|
||
|
|
|
||
|
|
tztime local {
|
||
|
|
format = "%Y-%m-%d %H:%M:%S"
|
||
|
|
}
|
||
|
|
|
||
|
|
volume audio {
|
||
|
|
device = "pulse"
|
||
|
|
}
|
||
|
|
|
||
|
|
load {
|
||
|
|
format = "%5min"
|
||
|
|
}
|
||
|
|
|
||
|
|
disk "/" {
|
||
|
|
format = "%free"
|
||
|
|
}
|
||
|
|
|