# i3status config general { output_format = "i3bar" } order += "volume master" order += "wireless wlan0" order += "battery all" order += "cpu_usage" order += "time" volume "master" { device = "default" mixer = "Master" } wireless "wlan0" { format_up = "%essid %quality" format_down = "[no wifi]" } battery "all" { format = "%status %percentage (%remaining)" format_down = "[no battery]" } cpu_usage { format = "CPU %usage" } time { format = "%e %a %H:%M" }