1995parham / dotfiles

:rocket: @1995parham Linux / OSx configurations files
GNU General Public License v2.0
112 stars 4 forks source link

VPN indicator in tmux #49

Closed 1995parham closed 11 months ago

1995parham commented 1 year ago

On Linux systems, I change the interface names to more human-readable ones, which also include the VPN name. For example, I use "snapp-1" for site 1 of the Snapp VPN. However, on macOS, you cannot change the interface name because macOS uses "ppp" from FreeBSD, unlike the Linux system.

Without interface name, I need to find another way indicating connection to VPNs.

1995parham commented 11 months ago

Seems new launchctl interface doesn't require sudo access for getting status of a plist service. I used this for adding the indicator into the tmux status bar.