1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-10-07 04:22:53 +00:00
Dotfiles/.config/polybar/polybar-scripts/vpn-nordvpn-status/README.md
2020-07-27 07:59:00 +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
```