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