general { output_format = "i3bar" colors = true interval = 5 } order += "color uname" order += "color uptime" order += "battery 0" order += "cpu_temperature 0" order += "load" order += "tztime local" 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 = "%degrees °C" path = "/sys/class/hwmon/hwmon1/temp1_input" } load { format = "%1min" } tztime local { format = "%a %d %b %Y %H:%M:%S" }