rename openvpn-isrunning to vpn-openvpn-isrunning

This commit is contained in:
x70b1 2018-11-23 10:34:27 +01:00
parent ceda806458
commit f28869d92f
5 changed files with 16 additions and 16 deletions

View File

@ -32,7 +32,7 @@ Is this your first time here? You should definitely take a look at these scripts
[![system-cpu-temppercore](polybar-scripts/system-cpu-temppercore/screenshots/1.png)](polybar-scripts/system-cpu-temppercore/) [![system-cpu-temppercore](polybar-scripts/system-cpu-temppercore/screenshots/1.png)](polybar-scripts/system-cpu-temppercore/)
[![notification-chess](polybar-scripts/notification-chess/screenshots/1.png)](polybar-scripts/notification-chess/) [![notification-chess](polybar-scripts/notification-chess/screenshots/1.png)](polybar-scripts/notification-chess/)
[![inbox-reddit](polybar-scripts/inbox-reddit/screenshots/1.png)](polybar-scripts/inbox-reddit/) [![inbox-reddit](polybar-scripts/inbox-reddit/screenshots/1.png)](polybar-scripts/inbox-reddit/)
[![openvpn-isrunning](polybar-scripts/openvpn-isrunning/screenshots/1.png)](polybar-scripts/openvpn-isrunning/) [![vpn-openvpn-isrunning](polybar-scripts/vpn-openvpn-isrunning/screenshots/1.png)](polybar-scripts/vpn-openvpn-isrunning/)
[![inbox-imap-python](polybar-scripts/inbox-imap-python/screenshots/1.png)](polybar-scripts/inbox-imap-python/) [![inbox-imap-python](polybar-scripts/inbox-imap-python/screenshots/1.png)](polybar-scripts/inbox-imap-python/)
[![openweathermap-fullfeatured](polybar-scripts/openweathermap-fullfeatured/screenshots/1.png)](polybar-scripts/openweathermap-fullfeatured/) [![openweathermap-fullfeatured](polybar-scripts/openweathermap-fullfeatured/screenshots/1.png)](polybar-scripts/openweathermap-fullfeatured/)
[![ticker-btceur](polybar-scripts/ticker-btceur/screenshots/1.png)](polybar-scripts/ticker-btceur/) [![ticker-btceur](polybar-scripts/ticker-btceur/screenshots/1.png)](polybar-scripts/ticker-btceur/)

View File

@ -1,15 +0,0 @@
# Script: openvpn-isrunning
A script that shows if OpenVPN is running.
![openvpn-isrunning](screenshots/1.png)
## Module
```ini
[module/openvpn-isrunning]
type = custom/script
exec = ~/polybar-scripts/openvpn-isrunning.sh
interval = 5
```

View File

@ -0,0 +1,15 @@
# Script: vpn-openvpn-isrunning
A script that shows if OpenVPN is running.
![vpn-openvpn-isrunning](screenshots/1.png)
## Module
```ini
[module/vpn-openvpn-isrunning]
type = custom/script
exec = ~/polybar-scripts/vpn-openvpn-isrunning.sh
interval = 5
```

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB