Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bajcmartinez/nordvpn-status
Displays the current status of your nordvpn connection
https://github.com/bajcmartinez/nordvpn-status
gnome-shell-extension nordvpn
Last synced: 3 months ago
JSON representation
Displays the current status of your nordvpn connection
- Host: GitHub
- URL: https://github.com/bajcmartinez/nordvpn-status
- Owner: bajcmartinez
- License: gpl-3.0
- Created: 2019-05-29T17:47:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T14:37:56.000Z (almost 3 years ago)
- Last Synced: 2024-04-10T09:51:44.255Z (7 months ago)
- Topics: gnome-shell-extension, nordvpn
- Language: JavaScript
- Homepage: https://extensions.gnome.org/extension/1879/nordvpn-status/
- Size: 191 KB
- Stars: 25
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NordVPN-Status
A Gnome extension that allows the user to monitor and control the status of the NordVPN connection in the top bar.Source: https://github.com/bajcmartinez/nordvpn-status
## What it does
When connected to a NordVPN a `VPN` icon indicator will be display in the system status indicator area.| VPN OFF | VPN ON | VPN Details |
:-------------------------:|:-------------------------:|:-------------------------:
|![vpn off](./assets/vpn-off.png)|![vpn on](./assets/vpn-on.png)| ![vpn details](./assets/vpn-details.png) |## What it does
When disconnected, the top bar will show a red button reading `UNPROTECTED`, to remind you that you are not connected to the VPN. When connecting or disconnecting the button turns amber, and once connected it will turn green showing you the country and server number you are connected to, e.g. `UNITED KINGDOM #813`. When you click the button it will show the full command-line output of the command `nordvpn status` in the menu. Undearneath the status is a button that allows you to connect / disconnect.## How to Install
This extension uses the NordVPN command line client, which can be set up as follows.### Install NordVPN
1. Install NordVPN with `sudo apt install nordvpn`.
2. Configure your credentials with `nordvpn login`, following the prompts.
3. Check NordVPN is set up with `nordvpn c`, if it connects successfully then you're good to go.### Install the extension
Easiest way: enable on gnome-extensions at [NordVPN Status on gnome extensions](https://extensions.gnome.org/extension/1879/nordvpn-status/)Manual install:
1. Create a folder for the extension with `mkdir ~/.local/share/gnome-shell/extensions/[email protected]/`
2. Copy the files from this repo into that folder
3. Enable the extension using `Tweaks` (if you don't have it, install via `sudo apt install gnome-tweaks`)### Disclaimer
NordVPN-Status is not an official extension, it's built by me, for my personal use and for those who want to enjoy it!