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.
config/i3/i3status.conf

39 lines
577 B

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"
}