general { colors = true color_degraded = "#ffa500" color_bad = "#aa0000" interval = 5 output_format = "i3bar" } order += "volume master" order += "wireless wlp1s0" order += "battery 0" order += "cpu_usage" order += "cpu_temperature 0" order += "tztime amsterdam" volume master { format = "๐ %volume" format_muted = "๐ %volume" color_degraded = "#777777" device = "default" mixer = "Master" mixer_idx = 0 } wireless wlp1s0 { format_up = "๐ %essid: %quality, %bitrate" format_down = "๐ฉ wlan down" } battery 0 { format = "%status %percentage %remaining %consumption" hide_seconds = true status_chr = "โก" status_bat = "๐" status_full = "๐" status_unk = "?" low_threshold = 30 threshold_type = "percentage" } cpu_usage { format = "โต %usage" format_above_degraded_threshold = "๐ %usage" format_above_threshold = "๐ %usage" separator = false degraded_threshold = 10 max_threshold = 50 } cpu_temperature 0 { format = "%degreesยฐC" format_above_threshold = "๐ฅต %degreesยฐC" path = "/sys/class/thermal/thermal_zone0/temp" max_threshold = 50 } tztime amsterdam { format = "๐ %a %b %-d, %H:%M" timezone = "Europe/Amsterdam" }