Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 &
```