From a53d8cb3ae1b664ff41ce393569f5666f9549a2c Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 23 Jun 2025 10:26:25 +0900 Subject: modified statusbar/sb-forecast --- ar/.local/bin/statusbar/sb-forecast | 1 + 1 file changed, 1 insertion(+) diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index e965816..8ac571b 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -10,6 +10,7 @@ weatherreport="${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport" weatherreportjson="${XDG_CACHE_HOME:-${HOME}/.cache}/weatherreport.json" error() { + rm -f "$weatherreport" "$weatherreportjson" notify-send -u critical "⛔ Failed to update 'weather$1'" exit 1 } -- cgit v1.2.3