Update bindings for new workspaces, add new symbols and formatting for polybar

This commit is contained in:
2019-10-11 13:37:57 -04:00
parent 1dbb92675b
commit f728388d52
3 changed files with 87 additions and 25 deletions

View File

@@ -92,5 +92,5 @@ 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