Updated wired network definition
This commit is contained in:
parent
97cded41d5
commit
ec9a5f5d80
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ general {
|
|||
order += "disk /"
|
||||
order += "disk /home"
|
||||
order += "wireless _first_"
|
||||
order += "ethernet eth0"
|
||||
order += "ethernet _first_"
|
||||
order += "path_exists VPN"
|
||||
order += "battery_level"
|
||||
order += "sysdata base"
|
||||
|
@ -58,7 +58,7 @@ wireless _first_ {
|
|||
format_down = " down"
|
||||
}
|
||||
|
||||
ethernet eth0 {
|
||||
ethernet _first_ {
|
||||
format_up = " %ip (%speed)"
|
||||
format_down = " down"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue