diff options
Diffstat (limited to 'dot_i3/i3status.conf')
-rw-r--r-- | dot_i3/i3status.conf | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/dot_i3/i3status.conf b/dot_i3/i3status.conf index 2cc395e..a59d837 100644 --- a/dot_i3/i3status.conf +++ b/dot_i3/i3status.conf @@ -1,39 +1,40 @@ general { - colors = true - color_good = "#93D44F" - color_bad = "#FF8D8D" - color_degraded = "#FFC123" - interval = 5 + output_format = i3bar + colors = true + color_good = "#93D44F" + color_bad = "#FF8D8D" + color_degraded = "#FFC123" + interval = 5 } order += "ipv6" # order += "run_watch DHCP" -# order += "run_watch VPN" -order += "wireless wlan0" -order += "ethernet eth0" +order += "run_watch VPN" +order += "wireless wlp2s0" +order += "ethernet enp0s25" order += "disk /home" -order += "mpd" +# order += "mpd" order += "volume master" order += "battery 1" order += "cpu_temperature 1" order += "load" order += "time" -mpd { - format_up = "%artist - %title" - format_down = " - " - host = "127.0.0.1" - port = 6600 -} +# mpd { +# format_up = "%artist - %title" +# format_down = " - " +# host = "127.0.0.1" +# port = 6600 +#} -wireless wlan0 { +wireless wlp2s0 { format_up = "W: (%quality at %essid) %ip" format_down = "W: down" } -ethernet eth0 { +ethernet enp0s25 { # if you use %speed, i3status requires root privileges format_up = "E: %ip" format_down = "E: down" @@ -55,7 +56,7 @@ run_watch DHCP { } run_watch VPN { - pidfile = "/var/run/openvpn-*.pid" + pidfile = "/var/run/openvpn@*.pid" } time { |