dotfiles-i3/.config/i3status/config
2018-06-03 02:16:26 +02:00

57 lines
998 B
Plaintext

general {
colors = true
interval = 1
}
# order += "ipv6"
order += "ethernet enp0s25"
order += "wireless wlp2s0"
order += "battery 0"
order += "cpu_usage"
order += "load"
order += "volume master"
order += "tztime home"
order += "tztime utc"
ethernet enp0s25 {
format_up = "E: %ip (%speed)"
format_down = "E: down"
}
wireless wlp2s0 {
format_up = "W: %quality@%ip"
format_down = "W: down"
}
battery 0 {
last_full_capacity = true
format = "%status %percentage %remaining %consumption" ## %emptytime"
path = "/sys/class/power_supply/BAT%d/uevent"
low_threshold = 20
}
cpu_usage {
format = "C: %usage"
}
load {
format = "%1min %5min %15min"
}
volume master {
format = "♪: %volume"
device = "default"
mixer = "Master"
mixer_idx = 0
}
tztime home {
format = "%Y-%m-%d (%Z) %H:%M:%S"
timezone = "Europe/Vienna"
}
tztime utc {
format = "(%Z) %H:%M:%S"
timezone = "Etc/UTC"
}