Update weathermap script for i3blocks display
This commit is contained in:
parent
e1d466362d
commit
3233439d88
|
@ -92,5 +92,7 @@ if [ -n "$current" ] && [ -n "$forecast" ]; then
|
|||
daytime=" $(get_duration "$((sun_rise-now))")" # Unknown
|
||||
fi
|
||||
|
||||
|
||||
echo "$(get_icon "$current_icon") $current_temp$SYMBOL $trend $(get_icon "$forecast_icon") $forecast_temp$SYMBOL $daytime"
|
||||
#echo "$(get_icon "$current_icon") $current_temp$SYMBOL $trend $(get_icon "$forecast_icon") $forecast_temp$SYMBOL $daytime"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue