32 lines
445 B
Plaintext
32 lines
445 B
Plaintext
general {
|
|
colors = true
|
|
color_good = "#b8bb26"
|
|
color_degraded = "#fabd2f"
|
|
color_bad = "#fb4934"
|
|
interval = 1
|
|
}
|
|
|
|
order += "wireless _first_"
|
|
order += "ethernet _first_"
|
|
order += "battery all"
|
|
order += "tztime local"
|
|
|
|
wireless _first_ {
|
|
format_up = "WLAN: %ip"
|
|
format_down = "WLAN"
|
|
}
|
|
|
|
ethernet _first_ {
|
|
format_up = "ETH: %ip"
|
|
format_down = "ETH"
|
|
}
|
|
|
|
battery all {
|
|
format = "BAT: %percentage"
|
|
}
|
|
|
|
tztime local {
|
|
format = "%a %I:%M %p"
|
|
}
|
|
|