From 88cd0d91863c65f5007da7e06a6fb78b74b050bb Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 24 Dec 2024 12:17:13 +0100 Subject: bar update --- .local/bin/status/sb-net | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/bin/status/sb-net') diff --git a/.local/bin/status/sb-net b/.local/bin/status/sb-net index e20a891..7811800 100755 --- a/.local/bin/status/sb-net +++ b/.local/bin/status/sb-net @@ -1,5 +1,6 @@ #!/bin/sh +echo -n "^c#a89984^" case $(hostname -s) in mother|po-rbo) ping="ping -c1 -w1 9.9.9.9" ;; mars) ping="ping -c1 -t1 9.9.9.9" ;; @@ -19,4 +20,4 @@ if ! $ping >/dev/null 2>&1; then return fi -echo " " +echo "" -- cgit v1.2.3