1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-09-19 13:57:49 +00:00
Dotfiles/.config/polybar/themes/monolit-dracula/polybar-scripts/vpn-nordvpn-status/README.md
2020-09-05 14:43:37 +03:00

17 lines
417 B
Markdown

# Script: vpn-nordvpn-status
A small script that shows the status of NordVpn, with click-able actions that allow you to connect / reconnect. When connected it will display the City of the connection.
![vpn-nordvpn-status](screenshots/1.png)
![vpn-nordvpn-status](screenshots/2.png)
## Module
```ini
[module/vpn-nordvpn-status]
type = custom/script
exec = ~/polybar-scripts/vpn-nordvpn-status.sh
interval = 5
```