From 692f0124a34625f3296d97496b721973e1f951a2 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 10 Oct 2011 20:29:44 +0100 Subject: Don’t use a default setting for 'order' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will make i3status depend on a useful configuration file (so /etc/i3status.conf has to be installed) to actually output anything. However, it fixes a very common error: people edit their i3status.conf and don’t get that the first order directive has to use =, not +=. Since order is now empty by default, you can use += everywhere. --- i3status.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.conf') diff --git a/i3status.conf b/i3status.conf index 2c90a27..ee0db5c 100644 --- a/i3status.conf +++ b/i3status.conf @@ -3,7 +3,7 @@ general { interval = 5 } -order = "ipv6" +order += "ipv6" order += "disk /" order += "run_watch DHCP" order += "run_watch VPN" -- cgit v1.2.3