diff --git a/.config/i3blocks/weather b/.config/i3blocks/weather index d63a5db..1020954 100755 --- a/.config/i3blocks/weather +++ b/.config/i3blocks/weather @@ -94,7 +94,7 @@ class Weather(Block): def wind_bft(self, speed): scale = [ - [0.0, '\ue3b9', 'white'], # 0 BFT + [0.0, '\ue3af', 'white'], # 0 BFT [0.5, '\ue3b0', 'white'], # 1 BFT [1.6, '\ue3b1', 'white'], # 2 BFT [3.4, '\ue3b2', 'white'], # 3 BFT