summaryrefslogtreecommitdiff
path: root/ar/.local/bin
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-20 09:48:46 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-03-20 09:48:46 +0900
commit3d4e8e2449a905d46ae277f5bb040623d9a03dad (patch)
treec8877a5a2216c694e3c795fa44221d30f52371a3 /ar/.local/bin
parentecce2f065efd0fe6de6ad31a8eb75a4eabaa81e6 (diff)
modified statusbar/sb-forecast
Diffstat (limited to 'ar/.local/bin')
-rwxr-xr-xar/.local/bin/statusbar/sb-forecast2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast
index 9c5c7aa..60e7cf7 100755
--- a/ar/.local/bin/statusbar/sb-forecast
+++ b/ar/.local/bin/statusbar/sb-forecast
@@ -18,7 +18,7 @@ weatherreportjson="${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport.json"
error() {
rm -f "$weatherreport" "$weatherreportjson"
# notify-send "⛔ Failed to update 'weather$1'"
- echo "❓"
+ echo "❓: $1"
exit 1
}