X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3status.conf;h=7f37964b9c19a975bfc98df2badb894760932fd1;hb=0880b0ec03a7201c2bf178ee7613dcb9eec48fd2;hp=49ea488ae389c59393ebe75b9464168043ee8dcc;hpb=beaaf4c742036e0f02fa9867e4cd44b13faac5a2;p=i3%2Fi3status diff --git a/i3status.conf b/i3status.conf index 49ea488..7f37964 100644 --- a/i3status.conf +++ b/i3status.conf @@ -13,38 +13,28 @@ 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 += "time" +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" -} - -time { +tztime local { format = "%Y-%m-%d %H:%M:%S" } @@ -53,5 +43,5 @@ load { } disk "/" { - format = "%free" + format = "%avail" }