i3status bar


Recommended Posts

Hi guys,

I am trying have added this little OpenVPN code in my i3status bar and I can see it in the bar but when I connect to my OpenVPN, it is red and doesn't show it is connected, could anyone help me with this? I'd really appreciate the help and inputs. This is what I have in my .conf file:

general {

        colors = true
        interval = 5

order += "run_watch VPN"

order += "run_watch OpenVPN"


run_watch VPN {
        pidfile = "/var/run/vpnc/pid"
        format = "%title(%status)"
}

run_watch OpenVPN {
        pidfile = "/var/run/openvpn.pid"
        format = "%title(%status)
}
Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.