https://github.com/loiccoyle/rofi-nordvpn
👻 Dynamic menu interface for nordvpn.
https://github.com/loiccoyle/rofi-nordvpn
nordvpn rofi rofi-scripts
Last synced: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:48:27.000Z (over 2 years ago)
- Last Synced: 2025-04-05T13:51:23.805Z (about 1 year ago)
- Topics: nordvpn, rofi, rofi-scripts
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 1
- 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 &
```