sketchybar: set ping timeout of 15 on wifi module
This commit is contained in:
parent
725618446f
commit
5aaa88a547
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue