summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-net
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/status/sb-net')
-rwxr-xr-x.local/bin/status/sb-net8
1 files changed, 4 insertions, 4 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net
index 7811800..50fdc0a 100755
--- a/.local/bin/status/sb-net
+++ b/.local/bin/status/sb-net
@@ -13,11 +13,11 @@ if echo "${ifc}" | grep -E '^zt' >/dev/null 2>&1; then
echo -n " "
fi
if echo "${ifc}" | grep -E '^tun|^vpn' >/dev/null 2>&1; then
- echo -n " "
+ echo -n "󰖂 "
fi
if ! $ping >/dev/null 2>&1; then
- echo "ﰸ "
- return
+ echo "󰲜"
+ exit
fi
-echo ""
+echo "󰲝"