From 13f5c2208fb7dcf42c87959e56e810a64fc25d5a Mon Sep 17 00:00:00 2001 From: coderkun Date: Sun, 21 Aug 2016 19:06:05 +0200 Subject: [PATCH] i3status: move ethernet to the top --- i3status/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3status/config b/i3status/config index 4b888c1..9897cb5 100644 --- a/i3status/config +++ b/i3status/config @@ -12,12 +12,12 @@ general { } order += "ipv6" +order += "ethernet _first_" order += "disk /" order += "disk /home" #order += "run_watch DHCP" #order += "run_watch VPN" #order += "wireless _first_" -order += "ethernet _first_" #order += "battery 0" order += "cpu_usage" order += "load"