i3status: move ethernet to the top
This commit is contained in:
parent
51183ce9b7
commit
13f5c2208f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,12 +12,12 @@ general {
|
||||||
}
|
}
|
||||||
|
|
||||||
order += "ipv6"
|
order += "ipv6"
|
||||||
|
order += "ethernet _first_"
|
||||||
order += "disk /"
|
order += "disk /"
|
||||||
order += "disk /home"
|
order += "disk /home"
|
||||||
#order += "run_watch DHCP"
|
#order += "run_watch DHCP"
|
||||||
#order += "run_watch VPN"
|
#order += "run_watch VPN"
|
||||||
#order += "wireless _first_"
|
#order += "wireless _first_"
|
||||||
order += "ethernet _first_"
|
|
||||||
#order += "battery 0"
|
#order += "battery 0"
|
||||||
order += "cpu_usage"
|
order += "cpu_usage"
|
||||||
order += "load"
|
order += "load"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue