Skip to content

Commit

Permalink
changed highlight group to 'weather_temp'
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSpace2 committed Oct 31, 2020
1 parent b104619 commit 3c04fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powerline_owmweather/weather.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _weather(pl, *, openweathermap_api_key, location_query=None, units='C', temp
return [
{
'contents': temp_format.format(temp=temp) + temp_units_representation[units],
'highlight_groups': ['wearher_temp_gradient', 'weather_temp', 'weather'],
'highlight_groups': ['weather_temp'],
'divider_highlight_group': 'background:divider'
}
]
Expand Down

0 comments on commit 3c04fac

Please sign in to comment.