1
0
Fork 0
dotfiles/i3status/config
Jeremy Kaplan c154ac3f7c Initial commit
dotbot, X, emacs, zsh, i3
2015-09-04 22:53:17 -04:00

35 lines
583 B
Text

general {
colors = true
interval = 1
}
order += "ethernet enp3s0f1"
order += "wireless wlp2s0"
order += "volume master"
order += "battery 0"
order += "tztime local"
ethernet enp3s0f1 {
format_up = "E: %ip"
format_down = ""
}
wireless wlp2s0 {
format_up = "%essid %ip"
format_down = "W: down"
}
battery 0 {
format = "%status %percentage"
low_threshold = 15
threshold_type = percentage
integer_battery_capacity = true
last_full_capacity = true
}
tztime local {
format = "%a %d %b %T"
}
volume master {
format = "♪: %volume"
}