summaryrefslogtreecommitdiffstats
path: root/.local/bin/status
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-09-20 15:44:01 +0200
committerJoe <bousset.rudy@gmail.com>2022-09-20 15:44:01 +0200
commit5dff054404924b4656632fb4221698074bad4f4b (patch)
treedebcf18efa131c707d0009254c0dafcef02fc67e /.local/bin/status
parentup (diff)
downloaddotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.gz
dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.bz2
dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.xz
dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.tar.zst
dotfiles-bsd-5dff054404924b4656632fb4221698074bad4f4b.zip
up
Diffstat (limited to '.local/bin/status')
-rwxr-xr-x.local/bin/status/sb-net2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net
index 6a3256b..f116844 100755
--- a/.local/bin/status/sb-net
+++ b/.local/bin/status/sb-net
@@ -4,7 +4,7 @@
if ifconfig | grep '^tun' >/dev/null 2>&1; then
echo -n "歷 "
fi
-if ! ping -q -c1 -t1 8.8.8.8 >/dev/null 2>&1; then
+if ! ping -q -c1 -t1 1.1.1.1 >/dev/null 2>&1; then
echo " "
return
fi