45 lines
855 B
Plaintext
45 lines
855 B
Plaintext
general {
|
|
output_format = "i3bar"
|
|
colors = false
|
|
markup = pango
|
|
interval = 5
|
|
color_good = '#2f343f'
|
|
color_degraded = '#ebcb8b'
|
|
color_bad = '#ba5e57'
|
|
}
|
|
|
|
order += "wireless _first_"
|
|
order += "battery all"
|
|
order += "volume master"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = "%essid"
|
|
format_down = "Disconnected"
|
|
}
|
|
|
|
volume master {
|
|
format = "%volume"
|
|
format_muted = "Muted"
|
|
device = "default"
|
|
mixer = "Master"
|
|
mixer_idx = 0
|
|
}
|
|
|
|
battery all {
|
|
last_full_capacity = true
|
|
format = "%status %percentage"
|
|
format_down = "No Battery"
|
|
status_chr = "Charging"
|
|
status_bat = "Battery"
|
|
status_unk = "Unknown"
|
|
status_full = "Full"
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
low_threshold = 10
|
|
}
|
|
|
|
tztime local {
|
|
format = "%time"
|
|
format_time = "%a %-d %b %H:%M"
|
|
}
|