45 lines
894 B
Plaintext
45 lines
894 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 += "tztime local"
|
|
order += "volume master"
|
|
|
|
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 = "Charged"
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
low_threshold = 10
|
|
}
|
|
|
|
tztime local {
|
|
format = "📅 %time"
|
|
format_time = "%a %-d %b %H:%M"
|
|
}
|