summaryrefslogtreecommitdiff
path: root/ar
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-13 08:52:10 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-13 08:52:10 +0900
commitda7c1e07ae15902256203cc24ace007ba12df5df (patch)
tree340b83fd4e40872a61e0aafda7a51e7e70d91555 /ar
parented119fcea600df22f2df0acbbfb50b35513a8b2b (diff)
modified statusbar/sb-forecast, modified chars/emoji
Diffstat (limited to 'ar')
-rwxr-xr-xar/.local/bin/statusbar/sb-forecast3
1 files changed, 2 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast
index 063c8e5..65bcd1a 100755
--- a/ar/.local/bin/statusbar/sb-forecast
+++ b/ar/.local/bin/statusbar/sb-forecast
@@ -11,7 +11,8 @@ weatherreportjson="${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport.json"
error() {
rm -f "$weatherreport" "$weatherreportjson"
- notify-send -u critical "⛔ Failed to update 'weather$1'"
+ notify-send "⛔ Failed to update 'weather$1'"
+ echo "❓"
exit 1
}