We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a small script
#!/bin/bash if echo "$(wget --spider -t 1 -T 1 https://www.google.com 2>&1)" | grep -q "OK"; then echo "✦| dropdown=false" echo "---" echo "You're online" else echo "✧|color=#f23400 dropdown=false" echo "---" echo "You're offline" fi
If a run it from terminal I get right output. But xbar output is always you're offline.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a small script
If a run it from terminal I get right output. But xbar output is always you're offline.
The text was updated successfully, but these errors were encountered: