Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loiccoyle/rofi-nordvpn
👻 Dynamic menu interface for nordvpn.
https://github.com/loiccoyle/rofi-nordvpn
nordvpn rofi rofi-scripts
Last synced: about 2 months ago
JSON representation
👻 Dynamic menu interface for nordvpn.
- Host: GitHub
- URL: https://github.com/loiccoyle/rofi-nordvpn
- Owner: loiccoyle
- License: mit
- Created: 2020-12-09T22:00:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:48:27.000Z (12 months ago)
- Last Synced: 2024-01-03T20:37:00.762Z (12 months ago)
- Topics: nordvpn, rofi, rofi-scripts
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rofi-nordvpn
Dynamic menu interface for `nordvpn`.
## Installation
**Dependencies:**
- `rofi`
- `nordvpn`### Manual
Just git clone this repo and place the `rofi-nordvpn` file somewhere on your `PATH` and make sure it is executable `chmod +x rofi-nordvpn`.
### Arch
For Arch Linux (and derivatives):
```sh
paru -S rofi-nordvpn-git
```## Status bars
For easy embedding into your chosen status bar, consider using the `-s` flag which outputs the current vpn status.
```sh
$ rofi-nordvpn -s
Paris
```For `polybar`:
```ini
[module/vpn]
type = custom/script
label = 👻 %output%
exec = rofi-nordvpn -s
interval = 10
click-left = rofi-nordvpn &
```