From 1ca7338596d10c8ff44b117e91e842dd6275a0ff Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 2 Jul 2020 15:35:15 -0400 Subject: ping example.org instead of cloudflare's 1.1.1.1 --- .local/bin/statusbar/crypto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/crypto') diff --git a/.local/bin/statusbar/crypto b/.local/bin/statusbar/crypto index ef025d4..94ed949 100755 --- a/.local/bin/statusbar/crypto +++ b/.local/bin/statusbar/crypto @@ -36,7 +36,7 @@ printprices() { # Print/format all prices # If currencies haven't been updated today, try to update them. [ "$(stat -c %x "$HOME/.local/share/crypto-prices" | cut -d' ' -f1)" != "$(date '+%Y-%m-%d')" ] && - { ping -q -c 1 1.1.1.1 >/dev/null 2>&1 && getprices || exit ;} + { ping -q -c 1 example.org >/dev/null 2>&1 && getprices || exit ;} case $BLOCK_BUTTON in 1) uptime="$(date -d "$(stat -c %x "$dir")" '+%D at %T' | sed "s|$(date '+%D')|Today|")" -- cgit v1.3.1