Simplify lower bar
This commit is contained in:
parent
b0cb06fb0d
commit
2bb65767f6
1 changed files with 2 additions and 3 deletions
|
@ -3,16 +3,15 @@ general {
|
|||
interval = 10
|
||||
}
|
||||
|
||||
order += "ipv6"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet _first_"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "W: (%quality at %essid) %ip"
|
||||
format_up = "W: up"
|
||||
format_down = "W: down"
|
||||
}
|
||||
|
||||
ethernet _first_ {
|
||||
format_up = "E: %ip (%speed)"
|
||||
format_up = "E: up"
|
||||
format_down = "E: down"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue