29 lines
370 B
Plaintext
29 lines
370 B
Plaintext
|
general {
|
||
|
colors = true
|
||
|
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"
|
||
|
}
|
||
|
|