From da7c1e07ae15902256203cc24ace007ba12df5df Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:52:10 +0900 Subject: modified statusbar/sb-forecast, modified chars/emoji --- ar/.local/bin/statusbar/sb-forecast | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ar') 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 } -- cgit v1.2.3