nix/home/i3/i3status.config

35 lines
679 B
Text

general {
colors = true
interval = 5
color_good = "@green@"
color_degraded = "@warning@"
color_bad = "@error@"
}
order += "wireless _first_"
order += "volume master"
order += "battery all"
order += "tztime local"
wireless _first_ {
format_up = "󰤩 %essid"
format_down = "󰤪 down"
}
volume master {
format = " %volume"
format_muted = " muted"
device = "default"
}
battery all {
format = "%status %percentage"
status_chr = ""
status_bat = ""
status_full = ""
low_threshold = 20
}
tztime local {
format = "%Y-%m-%d %I:%M %p"
}