diff --git a/home/gui/files/sway/weather.py b/home/gui/files/sway/weather.py index e4fc3b0..b26522a 100755 --- a/home/gui/files/sway/weather.py +++ b/home/gui/files/sway/weather.py @@ -320,7 +320,7 @@ tooltip_text = f"{cu + daily_forecast out_data = { - "text": f"{current_icon} {current_temp} °C", + "text": f"{current_icon} {current_temp} °F", "class": current_status_code, "alt": current_desc, "tooltip": tooltip_text