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)
- Host: GitHub
- URL: https://github.com/nukeop/windscribe-tmux
- Owner: nukeop
- License: gpl-3.0
- Created: 2017-11-04T16:55:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T16:58:23.000Z (over 8 years ago)
- Last Synced: 2025-02-09T05:32:50.403Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)'
```