diff options
| -rw-r--r-- | i3status.conf | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/i3status.conf b/i3status.conf index 7052e23..2d71a54 100644 --- a/i3status.conf +++ b/i3status.conf @@ -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"  } | 
