statusbar: fix vpnstatus never showing
This commit is contained in:
parent
585f192551
commit
4188c07932
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
pgrep openconnect > /dev/null || if ping -c 1 -W 1 -q webprint.ethz.ch > /dev/null
|
||||
pgrep openconnect > /dev/null && if ping -c 1 -W 1 -q webprint.ethz.ch > /dev/null;
|
||||
then
|
||||
printf '🔬'
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user