Add a little more detail to lower bar

This commit is contained in:
Jake Howard 2017-10-08 21:22:46 +01:00
parent 2bb65767f6
commit c4d59ef766
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -7,11 +7,11 @@ order += "wireless _first_"
order += "ethernet _first_"
wireless _first_ {
format_up = "W: up"
format_up = "W: %ip (%essid)"
format_down = "W: down"
}
ethernet _first_ {
format_up = "E: up"
format_up = "E: %ip"
format_down = "E: down"
}