From e860d9a8f7ca586fa88ba2f0b1325377ebb14615 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Thu, 8 Oct 2020 01:53:07 -0400 Subject: dwmblocks scripts --- .local/bin/vpnstatus | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100755 .local/bin/vpnstatus (limited to '.local/bin/vpnstatus') diff --git a/.local/bin/vpnstatus b/.local/bin/vpnstatus deleted file mode 100755 index 908aa76..0000000 --- a/.local/bin/vpnstatus +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -# Outputs if Express VPN is connected or not - -vpnstatus=$(expressvpn status | head -n 1) - -case "$vpnstatus" in - *"Not"*) icon="" - ;; - *"Connected"*) icon="" - ;; - *"Connecting"*) icon=" " - ;; - *) icon="" -esac - -echo " $icon " - - -# \033]01;31\] # pink -# \033]00m\] # white -# \033]01;36\] # bold green -# \033]02;36\] # green -# \033]01;34\] # blue -# \033]01;33\] # bold yellow -# s/onnected\sto\s//; -- cgit v1.2.3