# 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 color_good = "#EEEEEE" color_degraded = "#828282" color_bad = "#D60014" } #order += "wireless _first_" order += "disk /" #order += "disk /home" order += "volume master" order += "cpu_usage" #order += "battery 0" order += "tztime local" wireless _first_ { format_up = "⚝ %essid %quality" format_down = "⚝ down" } battery 0 { format = "⚡ %percentage %status" status_chr = "(+)" status_bat = "(-)" status_full = "" last_full_capacity = true integer_battery_capacity = true low_threshold = 10 threshold_type = percentage } tztime local { format = "%A, %B %d. %H:%M" } disk "/" { format = "%avail" prefix_type = custom } disk "/home" { format = "%avail" prefix_type = custom } cpu_usage { format = "☢ %usage" } volume master { format = "♪ %volume" format_muted = "♪ (%volume)" device = "pulse" # device = "default" # mixer = "Master" # mixer_idx = 0 }