X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=7f37964b9c19a975bfc98df2badb894760932fd1;hb=d35e0ab9b679b3ac47ab1c94e2e569924f546ec0;hp=7052e23d106a475ddde209ebb2c6a34aa3e4afc5;hpb=b219f47f394e536198997578e4cce3c539b84b6d;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 7052e23..7f37964 100644 --- a/i3status.conf +++ b/i3status.conf @@ -13,11 +13,9 @@ general { order += "ipv6" order += "disk /" -order += "run_watch DHCP" -order += "run_watch VPN" order += "wireless _first_" order += "ethernet _first_" -order += "battery 0" +order += "battery all" order += "load" order += "tztime local" @@ -32,18 +30,10 @@ ethernet _first_ { format_down = "E: down" } -battery 0 { +battery all { 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" }