summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-net
blob: 87d243831f7c8f286714e12610ff7ee5ff19a421 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if ifconfig | grep '^tun' >/dev/null 2>&1; then
	echo -n "  "
fi
if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then
	echo "ﰸ "
	return
fi

echo " "