From 50859ad6a4986c12098d01c7df0d878791bdb632 Mon Sep 17 00:00:00 2001 From: Michaël Ball Date: Mon, 18 Mar 2024 10:27:47 +0000 Subject: Update icons --- vpn.sh | 6 +++--- 1 file 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 -- cgit v1.2.3