fix(i3blocks): weather background
This commit is contained in:
parent
f4276f7c1f
commit
d2aa7ff5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue