From 5aaa88a54706b213224d130aeb71328fda3b2834 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 5 Oct 2025 23:49:55 +1100 Subject: [PATCH] sketchybar: set ping timeout of 15 on wifi module --- stow/.config/sketchybar/plugins/wifi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/.config/sketchybar/plugins/wifi.sh b/stow/.config/sketchybar/plugins/wifi.sh index 8680ed1..06bc0cc 100755 --- a/stow/.config/sketchybar/plugins/wifi.sh +++ b/stow/.config/sketchybar/plugins/wifi.sh @@ -1,5 +1,5 @@ #!/bin/sh -ping -c 1 1.1.1.1 &> /dev/null +ping -c 1 1.1.1.1 -t 15 &> /dev/null if [ "$?" = "0" ]; then sketchybar --set $NAME icon=󰖩 drawing=false