# 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 color_good = "#00FF00" color_degraded = "#FFFF00" color_bad = "#FF0000" interval = 1 } order += "wireless _first_" order += "ethernet _first_" order += "battery 0" order += "tztime clock" order += "tztime date" wireless _first_ { format_up = " %ip (%quality @ %essid)" format_down = " down" } ethernet _first_ { format_up = " %ip" format_down = " down" } battery 0 { format = "%status %percentage" format_down = "No battery" status_chr = " " status_bat = " " status_full = " " path = "/sys/class/power_supply/BAT%d/uevent" integer_battery_capacity = true low_threshold = 10 threshold_type = percentage } tztime clock { format = "%H:%M" } tztime date { format = "%d/%m/%Y" }