From 5a8c1ec2f41cefe8cd3c44b19ccd7de1e1b15ae4 Mon Sep 17 00:00:00 2001 From: x70b1 Date: Tue, 16 Oct 2018 19:38:10 +0200 Subject: [PATCH] rename isrunning-openvpn to openvpn-isrunning --- README.md | 2 +- polybar-scripts/isrunning-openvpn/README.md | 15 --------------- polybar-scripts/openvpn-isrunning/README.md | 15 +++++++++++++++ .../isrunning-openvpn.sh | 0 .../screenshots/1.png | Bin 5 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 polybar-scripts/isrunning-openvpn/README.md create mode 100644 polybar-scripts/openvpn-isrunning/README.md rename polybar-scripts/{isrunning-openvpn => openvpn-isrunning}/isrunning-openvpn.sh (100%) rename polybar-scripts/{isrunning-openvpn => openvpn-isrunning}/screenshots/1.png (100%) 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