56 lines
990 B
Text
56 lines
990 B
Text
general {
|
|
colors = true
|
|
interval = 1
|
|
}
|
|
|
|
# order += "ipv6"
|
|
order += "ethernet eth0"
|
|
order += "wireless wlan0"
|
|
order += "battery 0"
|
|
order += "cpu_usage"
|
|
order += "load"
|
|
order += "volume master"
|
|
order += "tztime home"
|
|
order += "tztime utc"
|
|
|
|
ethernet eth0 {
|
|
format_up = "E: %ip (%speed)"
|
|
format_down = "E: down"
|
|
}
|
|
|
|
wireless wlan0 {
|
|
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"
|
|
}
|