# 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 = 1 } #order += "ipv6" #order += "disk /" #order += "wireless _first_" order += "ethernet tun0" order += "ethernet _first_" #order += "battery all" order += "cpu_temperature 0" order += "load" order += "tztime local" wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" format_down = "E: down" } # VPN ethernet tun0 { format_up = "VPN: %ip" format_down = "No VPN" color_good = "#FF0000" color_bad = "#666666" } battery all { format = "%status %percentage %remaining" last_full_capacity = true integer_battery_capacity = true low_threshold = 30 } tztime local { format = "%Y-%m-%d %H:%M:%S" } cpu_temperature 0 { format = "%degrees °C" max_threshold = 70 path = "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp1_input" } load { format = "%1min" } disk "/" { format = "%avail" }