2015-09-19 23:02:09 +02:00
|
|
|
general {
|
|
|
|
colors = true
|
|
|
|
interval = 1
|
|
|
|
}
|
|
|
|
|
|
|
|
order += "ipv6"
|
|
|
|
order += "ethernet eth0"
|
|
|
|
order += "wireless wlan1"
|
2016-01-12 11:37:40 +01:00
|
|
|
#order += "battery 0"
|
2015-09-19 23:02:09 +02:00
|
|
|
order += "cpu_usage"
|
|
|
|
order += "load"
|
2016-01-12 11:37:40 +01:00
|
|
|
#order += "cpu_temperature 0"
|
2015-09-19 23:02:09 +02:00
|
|
|
order += "volume master"
|
2016-11-07 14:30:28 +01:00
|
|
|
order += "tztime home"
|
|
|
|
order += "tztime utc"
|
2015-09-19 23:02:09 +02:00
|
|
|
|
|
|
|
ethernet eth0 {
|
|
|
|
format_up = "E: %ip (%speed)"
|
|
|
|
format_down = "E: down"
|
|
|
|
}
|
|
|
|
|
|
|
|
battery 0 {
|
|
|
|
last_full_capacity = true
|
|
|
|
format = "%status %percentage %remaining %consumption" ## %emptytime"
|
|
|
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
|
|
|
low_threshold = 20
|
|
|
|
}
|
|
|
|
|
2016-11-07 14:30:28 +01:00
|
|
|
tztime home {
|
|
|
|
format = "%Y-%m-%d (%Z) %H:%M:%S"
|
|
|
|
timezone = "Europe/Vienna"
|
|
|
|
}
|
|
|
|
|
|
|
|
tztime utc {
|
|
|
|
format = "(%Z) %H:%M:%S"
|
|
|
|
timezone = "Etc/UTC"
|
2015-09-19 23:02:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
cpu_temperature 0 {
|
|
|
|
format = "%degrees °C"
|
|
|
|
path = "/sys/class/thermal/thermal_zone0/temp"
|
|
|
|
}
|
|
|
|
|
|
|
|
cpu_usage {
|
|
|
|
format = "C: %usage"
|
|
|
|
}
|
|
|
|
|
|
|
|
load {
|
|
|
|
format = "%1min %5min %15min"
|
|
|
|
}
|
|
|
|
|
|
|
|
volume master {
|
|
|
|
format = "♪: %volume"
|
|
|
|
device = "default"
|
|
|
|
mixer = "Master"
|
|
|
|
mixer_idx = 0
|
|
|
|
}
|