rename isrunning-openvpn to openvpn-isrunning

This commit is contained in:
x70b1 2018-10-16 19:38:10 +02:00
parent e015223c20
commit 5a8c1ec2f4
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/)
[![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/)
[![isrunning-openvpn](polybar-scripts/isrunning-openvpn/screenshots/1.png)](polybar-scripts/isrunning-openvpn/)
[![openvpn-isrunning](polybar-scripts/openvpn-isrunning/screenshots/1.png)](polybar-scripts/openvpn-isrunning/)
[![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/)
[![ticker-btceur](polybar-scripts/ticker-btceur/screenshots/1.png)](polybar-scripts/ticker-btceur/)

View File

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

View File

@ -0,0 +1,15 @@
# 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

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB