rename openvpn-status to vpn-openvpn-status

This commit is contained in:
x70b1 2018-11-23 10:21:57 +01:00
parent 8f0b221979
commit ceda806458
4 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# Script: openvpn-status
# Script: vpn-openvpn-status
A script that shows if OpenVPN is running and which configuration file it uses.
![openvpn-status](screenshots/1.png)
![openvpn-status](screenshots/2.png)
![vpn-openvpn-status](screenshots/1.png)
![vpn-openvpn-status](screenshots/2.png)
## Configuration
@ -21,8 +21,8 @@ openvpn --daemon --auth-nocache --cd "/etc/openvpn/conf.d" --config "UK-Southamp
## Module
```ini
[module/openvpn]
[module/vpn-openvpn-status]
type = custom/script
exec = ~/polybar-scripts/openvpn-status.sh
exec = ~/polybar-scripts/vpn-openvpn-status.sh
interval = 5
```

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 9.7 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB