diff --git a/i3pystatus/weather/__init__.py b/i3pystatus/weather/__init__.py index 8ac9eb8..eaa972e 100644 --- a/i3pystatus/weather/__init__.py +++ b/i3pystatus/weather/__init__.py @@ -88,7 +88,7 @@ class Weather(IntervalModule): 'Cloudy': (u'\u2601', '#f8f8ff'), 'Partly Cloudy': (u'\u2601', '#f8f8ff'), # \u26c5 is not in many fonts 'Rainy': (u'\u26c8', '#cbd2c0'), - 'Thunderstorm': (u'\u03de', '#cbd2c0'), + 'Thunderstorm': (u'\u26c8', '#cbd2c0'), 'Sunny': (u'\u2600', '#ffff00'), 'Snow': (u'\u2603', '#ffffff'), 'default': ('', None),