# 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 interval = 5 } order += "load" order += "disk /" order += "ipv6" order += "wireless _first_" order += "ethernet _first_" order += "path_exists VPN" order += "volume master" order += "battery 0" order += "tztime local" wireless _first_ { format_up = "⌔ %essid%quality %bitrate %ip" format_down = "⌔×" } ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = "⇵ %speed %ip" format_down = "⇵×" } battery 0 { format = "%status %percentage %remaining" integer_battery_capacity = true hide_seconds = true format_down = "×" status_chr = "⍐" status_bat = "⍗" status_unk = "⍰" status_full = "⌼" path = "/sys/class/power_supply/BAT%d/uevent" low_threshold = 10 } tztime local { format = "%a %-d %b <%V> %H:%M" } load { format = "%1min" } disk "/" { format = "%avail" low_threshold = 100 threshold_type = gbytes_avail } volume master { format = "♪ %volume" format_muted = "♪× (%volume)" device = "default" mixer = "Master" mixer_idx = 0 } path_exists VPN { format_down = "" format = "⛢ %title" path = "/proc/sys/net/ipv4/conf/tun0" }