general { output_format = "i3bar" colors = true interval = 5 } order += "path_exists VPN" order += "load" order += "wireless wlp3s0" order += "ethernet enp4s0f2" order += "battery 0" order += "disk /" order += "tztime local" path_exists VPN { # path exists when a VPN tunnel launched by nmcli/nm-applet is active path = "/proc/sys/net/ipv4/conf/tun0" } wireless wlp3s0 { format_up = "W: (%quality at %essid, %bitrate) %ip" format_down = "" } ethernet enp4s0f2 { # if you use %speed, i3status requires the cap_net_admin capability format_up = "E: %ip (%speed)" format_down = "" } battery 0 { format = "%status %percentage %remaining %emptytime" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 } tztime local { format = "%Y-%m-%d %H:%M" } load { format = "%1min %5min %15min" } disk "/" { format = "%free free" }