]> git.sur5r.net Git - i3/i3status/commitdiff
default config: remove DHCP, VPN
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Aug 2016 06:16:20 +0000 (08:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 17 Aug 2016 06:16:20 +0000 (08:16 +0200)
VPN was removed because it pointed to vpnc, which hasn’t been updated
since 2008 and is long obsolete in favor of openconnect. Since different
people use different VPN solutions, though (and other modules configured
by default do actually work regardless of the system), let’s remove this
and have people who need it configure it explicitly.

DHCP was removed because modern systems often don’t use dhclient anymore
(but rather systemd-networkd’s DHCP client, which can also be used via
NetworkManager these days) and because it fails our philosophy test:
it’s not something which you would look at every now and then if
i3status didn’t expose it.

i3status.conf

index 7052e23d106a475ddde209ebb2c6a34aa3e4afc5..2d71a54af555bd4174bae7a277b7872a2edfd5f7 100644 (file)
@@ -13,8 +13,6 @@ general {
 
 order += "ipv6"
 order += "disk /"
-order += "run_watch DHCP"
-order += "run_watch VPN"
 order += "wireless _first_"
 order += "ethernet _first_"
 order += "battery 0"
@@ -36,14 +34,6 @@ battery 0 {
         format = "%status %percentage %remaining"
 }
 
-run_watch DHCP {
-        pidfile = "/var/run/dhclient*.pid"
-}
-
-run_watch VPN {
-        pidfile = "/var/run/vpnc/pid"
-}
-
 tztime local {
         format = "%Y-%m-%d %H:%M:%S"
 }