66 lines
1.3 KiB
Text
66 lines
1.3 KiB
Text
general {
|
|
colors = true
|
|
interval = 1
|
|
separator = ""
|
|
|
|
color_good = "#43A047"
|
|
color_degraded = "#FF9800"
|
|
color_bad = "#F44336"
|
|
}
|
|
|
|
order += "disk /"
|
|
order += "wireless _first_"
|
|
order += "load"
|
|
order += "battery 0"
|
|
order += "battery 1"
|
|
order += "battery all"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = " %essid %frequency %quality"
|
|
format_down = " down"
|
|
}
|
|
|
|
tztime local {
|
|
format = " %a %d %b %H:%M:%S "
|
|
}
|
|
|
|
load {
|
|
format = " %1min %15min"
|
|
}
|
|
|
|
disk "/" {
|
|
format = " %avail / %total"
|
|
}
|
|
|
|
battery 0 {
|
|
last_full_capacity = true
|
|
integer_battery_capacity = true
|
|
format = " %status"
|
|
format_down = " "
|
|
|
|
status_full = " "
|
|
status_chr = " "
|
|
status_unk = " "
|
|
status_bat = " "
|
|
}
|
|
|
|
battery 1 {
|
|
last_full_capacity = true
|
|
integer_battery_capacity = true
|
|
format = "%status"
|
|
format_down = ""
|
|
|
|
status_full = " "
|
|
status_chr = " "
|
|
status_unk = " "
|
|
status_bat = " "
|
|
}
|
|
|
|
battery all {
|
|
last_full_capacity = true
|
|
integer_battery_capacity = true
|
|
hide_seconds = true
|
|
|
|
format = "%percentage %consumption %remainingh"
|
|
}
|