summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-11 11:25:05 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-06-11 11:25:05 +0900
commit444c56ca12c38fee4c33d6d029fa5f556d89e857 (patch)
tree4cb8932c586f7058ec191737122701d25d2f2b3a /ar/.local
parent70ef4fa5566c9c8f1c875009fd90a03cf7a999da (diff)
modified newsboat/urls, modified statusbar/sb-forecast
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/statusbar/sb-forecast1
1 files changed, 0 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast
index 73f084e..e965816 100755
--- a/ar/.local/bin/statusbar/sb-forecast
+++ b/ar/.local/bin/statusbar/sb-forecast
@@ -24,7 +24,6 @@ getweatherreport() {
getweatherreportjson() {
timeout --signal=1 10s curl -sf "$url/$LOCATION?format=j1" >"$weatherreportjson" ||
error "reportjson"
- grep -q 'Unknown' "$weatherreportjson" && error "reportjson"
}
# Forecast should be updated every 3 hours, but set 86400 to check once a day for reliability.