summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvpn.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/vpn.sh b/vpn.sh
index 0a973e1..27781ae 100755
--- a/vpn.sh
+++ b/vpn.sh
@@ -22,16 +22,16 @@ GET_VPN=$(ip link | grep "tun0\|wg0" | cut -d ' ' -f2)
##Store status in STATUS
if [[ $GET_VPN == *"0"* ]]
then
- STATUS=''
+ STATUS='󰌾'
else
- STATUS=' '
+ STATUS='󱙱 '
fi
echo " $STATUS"
echo " $STATUS"
##Colors
-if [[ "$STATUS" == "" ]]
+if [[ "$STATUS" == "󰌾" ]]
then
echo "$ON_COLOR"
else