Add a little more detail to lower bar
This commit is contained in:
parent
2bb65767f6
commit
c4d59ef766
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ order += "wireless _first_"
|
||||||
order += "ethernet _first_"
|
order += "ethernet _first_"
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
format_up = "W: up"
|
format_up = "W: %ip (%essid)"
|
||||||
format_down = "W: down"
|
format_down = "W: down"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
format_up = "E: up"
|
format_up = "E: %ip"
|
||||||
format_down = "E: down"
|
format_down = "E: down"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue