# 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 += "cpu_temperature 1" order += "cpu_temperature 2" order += "cpu_temperature 3" #order += "ipv6" #order += "disk /" #order += "run_watch DHCP" #order += "run_watch VPN" order += "cpu_usage" order += "wireless _first_" #order += "ethernet _first_" order += "battery 0" order += "battery 1" #order += "load" order += "tztime local" cpu_temperature 1 { format = "%degrees°" path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input" color_good = "#B294BB" } cpu_temperature 2 { format = "%degrees°" path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp2_input" color_good = "#B294BB" } cpu_temperature 3 { format = "%degrees°" path = "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp3_input" color_good = "#B294BB" } wireless _first_ { format_up = "%ip" format_down = "down" color_good = "#81A2BE" } ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = "%ip" format_down = "down" color_good = "#81A2BE" } battery 0 { format = "%status %percentage" color_good = "#778900" } battery 1 { format = "%status %percentage" color_good = "#778900" } run_watch DHCP { pidfile = "/var/run/dhclient*.pid" } run_watch VPN { pidfile = "/var/run/vpnc/pid" } cpu_usage { format = "%usage" } tztime local { format = "%a %d %b %H:%M:%S" } load { format = "%1min" } disk "/" { format = "%avail" }