1
0
Fork 0

fix(i3blocks): weather background

This commit is contained in:
Oliver Ladner 2026-05-03 10:47:09 +02:00
commit d2aa7ff5e2

View file

@ -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 <span background="$bg" color="$fg"> $stat </span> "
echo -e "OUT <span background='$bg' color='$fg'> $stat </span> "
else
echo -e "OUT $stat "
fi