An open API service indexing awesome lists of open source software.

https://github.com/nukeop/windscribe-tmux

Windscribe VPN connection status for tmux status bar (and possibly others)
https://github.com/nukeop/windscribe-tmux

Last synced: over 1 year ago
JSON representation

Windscribe VPN connection status for tmux status bar (and possibly others)

Awesome Lists containing this project

README

          

# windscribe-tmux
Windscribe VPN connection status for tmux status bar (and possibly others)

## Usage

Copy `vpnstatus` to `/usr/local/bin` then do `chmod 775 /usr/local/bin/vpnstatus`.

Afterwards, add something like this to your `.tmux.conf`:

```
set -g status-right '#(vpnstatus)'
```