From d2aa7ff5e2b311070b1eb0141ab2c58f692f2158 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Sun, 3 May 2026 10:47:09 +0200 Subject: [PATCH] fix(i3blocks): weather background --- home/oli/bin/i3blocks/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/oli/bin/i3blocks/weather b/home/oli/bin/i3blocks/weather index bee2a4a..834bc1b 100755 --- a/home/oli/bin/i3blocks/weather +++ b/home/oli/bin/i3blocks/weather @@ -90,7 +90,7 @@ weather() { stat="$label $(printf '%.0f' "$temp")°C ($(printf '%.0f' "$apparent")°C) $(printf '%.0f' "$wind") km/h $sun_label $sun_time" if [[ -n "$bg" ]]; then - echo -e "OUT $stat " + echo -e "OUT $stat " else echo -e "OUT $stat " fi