You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# chezmoi:template:left-delimiter=#{{
|
|
|
|
#{{- /* vim: set filetype=i3config: */ -}}
|
|
|
|
#{{ if lookPath "i3status" -}}
|
|
|
|
# i3status configuration file.
|
|
|
|
# see "man i3status" for documentation.
|
|
|
|
|
|
|
|
general {
|
|
|
|
colors = true
|
|
|
|
interval = 1
|
|
|
|
}
|
|
|
|
|
|
|
|
order += "ipv6"
|
|
|
|
order += "disk /"
|
|
|
|
order += "wireless _first_"
|
|
|
|
order += "ethernet _first_"
|
|
|
|
order += "battery all"
|
|
|
|
order += "load"
|
|
|
|
order += "volume master"
|
|
|
|
order += "tztime local"
|
|
|
|
|
|
|
|
disk "/" {
|
|
|
|
format = "/ %avail (%percentage_avail)"
|
|
|
|
}
|
|
|
|
|
|
|
|
wireless _first_ {
|
|
|
|
format_up = "%essid (%quality) %ip"
|
|
|
|
format_down = "↓"
|
|
|
|
}
|
|
|
|
|
|
|
|
ethernet _first_ {
|
|
|
|
format_up = "%ip (%speed)"
|
|
|
|
format_down = "↓"
|
|
|
|
}
|
|
|
|
|
|
|
|
battery all {
|
|
|
|
format = "%status %percentage"
|
|
|
|
|
|
|
|
status_chr = ⚡
|
|
|
|
status_bat = 🔋
|
|
|
|
status_unk = ‽
|
|
|
|
status_full = ☻
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime local {
|
|
|
|
format = "%Y-%m-%d %I:%M %p"
|
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
|
|
|
format = "%1min"
|
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
|
|
|
format = "♪ %volume"
|
|
|
|
device = "default"
|
|
|
|
mixer = "Master"
|
|
|
|
mixer_idx = 0
|
|
|
|
}
|
|
|
|
#{{- end }}
|