diff --git a/README.md b/README.md index d5b6120..3a5025c 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/polybar-scripts/isrunning-openvpn/README.md b/polybar-scripts/isrunning-openvpn/README.md deleted file mode 100644 index 566ae27..0000000 --- a/polybar-scripts/isrunning-openvpn/README.md +++ /dev/null @@ -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 -``` diff --git a/polybar-scripts/openvpn-isrunning/README.md b/polybar-scripts/openvpn-isrunning/README.md new file mode 100644 index 0000000..5a3d4ad --- /dev/null +++ b/polybar-scripts/openvpn-isrunning/README.md @@ -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 +``` diff --git a/polybar-scripts/isrunning-openvpn/isrunning-openvpn.sh b/polybar-scripts/openvpn-isrunning/isrunning-openvpn.sh similarity index 100% rename from polybar-scripts/isrunning-openvpn/isrunning-openvpn.sh rename to polybar-scripts/openvpn-isrunning/isrunning-openvpn.sh diff --git a/polybar-scripts/isrunning-openvpn/screenshots/1.png b/polybar-scripts/openvpn-isrunning/screenshots/1.png similarity index 100% rename from polybar-scripts/isrunning-openvpn/screenshots/1.png rename to polybar-scripts/openvpn-isrunning/screenshots/1.png