mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
40 lines
748 B
Text
40 lines
748 B
Text
# vim: ft=conf
|
|
general {
|
|
colors = false
|
|
interval = 1
|
|
output_format = "i3bar"
|
|
}
|
|
|
|
order += "volume master"
|
|
order += "wireless _first_"
|
|
#order += "battery all"
|
|
order += "tztime local"
|
|
|
|
volume master {
|
|
format = " %volume"
|
|
format_muted = " %volume"
|
|
device = "default"
|
|
mixer = "Master"
|
|
mixer_idx = 2
|
|
}
|
|
|
|
wireless _first_ {
|
|
format_up = "%quality"
|
|
format_down = "W: down"
|
|
}
|
|
|
|
battery all {
|
|
format = "%status %percentage"
|
|
last_full_capacity = true
|
|
format_down = "No battery"
|
|
status_chr = ""
|
|
status_bat = ""
|
|
status_unk = "? UNK"
|
|
status_full = ""
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
low_threshold = 10
|
|
}
|
|
|
|
tztime local {
|
|
format = " %d %b %H:%M"
|
|
}
|