From 495b736038fda745c434d9b62ac6e95a162780b6 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 23 Jun 2016 11:31:22 -0500 Subject: [PATCH] Better thunderstorm icon --- i3pystatus/weather/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/weather/__init__.py b/i3pystatus/weather/__init__.py index 7b7e935..a82ff33 100644 --- a/i3pystatus/weather/__init__.py +++ b/i3pystatus/weather/__init__.py @@ -89,7 +89,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'\u26c8', '#cbd2c0'), + 'Thunderstorm': (u'\u26a1', '#cbd2c0'), 'Sunny': (u'\u2600', '#ffff00'), 'Snow': (u'\u2603', '#ffffff'), 'default': ('', None),