diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-20 09:48:46 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-20 09:48:46 +0900 |
| commit | 3d4e8e2449a905d46ae277f5bb040623d9a03dad (patch) | |
| tree | c8877a5a2216c694e3c795fa44221d30f52371a3 /ar | |
| parent | ecce2f065efd0fe6de6ad31a8eb75a4eabaa81e6 (diff) | |
modified statusbar/sb-forecast
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-forecast | 2 |
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 } |
