# 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 color_good = "#a3be8c" color_degraded = "#ebcb8b" color_bad = "#bf616a" separator = "" output_format = "i3bar" interval = 5 } order += "ipv6" order += "wireless _first_" order += "ethernet _first_" order += "disk /home" order += "load" order += "memory" order += "run_watch DHCP" order += "run_watch VPNC" order += "path_exists VPN" order += "battery 0" order += "cpu_temperature 0" order += "tztime local" order += "tztime Montreal" order += "tztime Brussels" wireless _first_ { format_up = "W: (%quality at %essid) %ip (%speed)" format_down = "W: down" } ethernet _first_ { format_up = "E: %ip (%speed)" format_down = "E: down" } battery all { format = "%status %percentage %remaining" } load { format = "%1min" } memory { format = "%used | %available" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } battery 0 { format = "%status %percentage %remaining %emptytime" format_down = "No battery" status_chr = "⚡ CHR" status_bat = "🔋 BAT" status_unk = "? UNK" status_full = "☻ FULL" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } run_watch VPNC { # file containing the PID of a vpnc process pidfile = "/var/run/vpnc/pid" } path_exists VPN { # path exists when a VPN tunnel launched by nmcli/nm-applet is active path = "/proc/sys/net/ipv4/conf/tun0" } tztime local { format = "%Y-%m-%d %H:%M:%S" hide_if_equals_localtime = true } tztime Brussels { format = "%Y-%m-%d %H:%M:%S %Z" timezone = "Europe/Brussels" } tztime Montreal { format = "%H:%M %Z" timezone = "America/Montreal" hide_if_equals_localtime = true } load { format = "%5min" } cpu_temperature 0 { format = "T: %degrees °C" } memory { format = "%used" threshold_degraded = "10%" format_degraded = "MEMORY: %free" } disk "/" { format = "%free" } disk "/home" { format = "%free" } read_file uptime { path = "/proc/uptime" }