X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=7f37964b9c19a975bfc98df2badb894760932fd1;hb=d35e0ab9b679b3ac47ab1c94e2e569924f546ec0;hp=01c182c636f4e19a3e0b78617799dbfded110845;hpb=09330976e5b08079014087ce0ac490b5b824c8f8;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 01c182c..7f37964 100644 --- a/i3status.conf +++ b/i3status.conf @@ -13,37 +13,27 @@ general { order += "ipv6" order += "disk /" -order += "run_watch DHCP" -order += "run_watch VPN" -order += "wireless wlan0" -order += "ethernet eth0" -order += "battery 0" +order += "wireless _first_" +order += "ethernet _first_" +order += "battery all" order += "load" order += "tztime local" -wireless wlan0 { +wireless _first_ { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } -ethernet eth0 { +ethernet _first_ { # if you use %speed, i3status requires root privileges format_up = "E: %ip (%speed)" 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" }