mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-01 10:29:26 +00:00
[polybar] Change ping target for network_status module to 1.0.0.1
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
URL=${1:-1.1.1.1}
|
||||
URL=${1:-1.0.0.1}
|
||||
|
||||
output=$(fping --quiet --outage --count=5 "$URL" 2>&1)
|
||||
outage_output=""
|
||||
|
Reference in New Issue
Block a user