diff --git a/.config/waybar/scripts/weather.py b/.config/waybar/scripts/weather.py index bdf9c94..136015d 100755 --- a/.config/waybar/scripts/weather.py +++ b/.config/waybar/scripts/weather.py @@ -28,6 +28,7 @@ def get_weather_icon(description): "mist": "🌫️", "haze": "🌫️", "smoke": "🌫️", + "fog": "🌫️", } return icons.get(description, "❓")