30 lines
481 B
Text
30 lines
481 B
Text
general {
|
|
colors = true
|
|
color_good = "#ffffff"
|
|
color_degraded = "#cccc00"
|
|
color_bad = "#cc6600"
|
|
interval = 5
|
|
}
|
|
|
|
order += "volume master"
|
|
order += "ethernet _first_"
|
|
order += "wireless _first_"
|
|
order += "tztime local"
|
|
|
|
volume master {
|
|
format = "%volume"
|
|
format_muted = "/%volume"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
format_up = "E"
|
|
format_down = "E"
|
|
}
|
|
wireless _first_ {
|
|
format_up = "W"
|
|
format_down = "W"
|
|
}
|
|
|
|
tztime local {
|
|
format = "%Y-%m-%d %A %R %Z"
|
|
}
|