aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/WeatherWrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts/WeatherWrap.sh')
-rwxr-xr-xconfig/hypr/UserScripts/WeatherWrap.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/WeatherWrap.sh b/config/hypr/UserScripts/WeatherWrap.sh
index a95bbd51..d2952d76 100755
--- a/config/hypr/UserScripts/WeatherWrap.sh
+++ b/config/hypr/UserScripts/WeatherWrap.sh
@@ -17,15 +17,15 @@ check_network() {
if ping -c1 -W1 8.8.8.8 >/dev/null 2>&1; then
return 0
fi
-
+
if ping -c1 -W1 1.1.1.1 >/dev/null 2>&1; then
return 0
fi
-
+
if curl -s --connect-timeout 2 "https://ipinfo.io" >/dev/null 2>&1; then
return 0
fi
-
+
return 1
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage