From 2ada304b5864b508f81c47eafcc03fda3176108f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 4 Oct 2022 16:09:45 +0200 Subject: up --- .local/bin/status/sb-net | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.local/bin/status/sb-net') diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index aa7485b..504eb8f 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -1,12 +1,11 @@ #!/bin/sh -# if ifconfig | grep -F ' active' >/dev/null; then 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 "轢 " + echo "ﰸ " return fi -echo "歷 " +echo " " -- cgit v1.2.3