summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2024-03-18 10:27:47 +0000
committerMichaël Ball <git@michaelball.name>2024-03-18 10:27:47 +0000
commit50859ad6a4986c12098d01c7df0d878791bdb632 (patch)
tree8a2f01c0ef8d6c51f08c1834046f80da5af8dd95
parent9bd0e8cdc0db5a2698905d523c1663e514ee8989 (diff)
Update iconsmain
-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