general { output_format = "i3bar" colors = true interval = 5 } order += "zabbix" order += "color uname" order += "color uptime" order += "cpu_temperature 1" order += "cpu_temperature 0" order += "load" order += "tztime local" zabbix { url = "https://zabbix.securepassage.com/zabbix/" } color uname { color = "#444444" uname { format = "{release}" cache_timeout = 86400 } } color uptime { color = "#4682B4" uptime {} } battery 0 { format = "%status %percentage" integer_battery_capacity = true low_threshold = 20 threshold_type = percentage } cpu_temperature 0 { format = "C: %degrees °C" path = "/sys/class/hwmon/hwmon3/temp1_input" } cpu_temperature 1 { format = "G: %degrees °C" path = "/sys/class/hwmon/hwmon0/temp1_input" } load { format = "%1min" } tztime local { format = "%a %d %b %Y %H:%M:%S" }