We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f141e90 commit e374c24Copy full SHA for e374c24
breeze/breeze.c
@@ -119,7 +119,7 @@ static void update_weather_labels(void)
119
}
120
121
char temp_buf[64];
122
- snprintf(temp_buf, sizeof(temp_buf), "%.0f\u00B0C \U0001F4A7 %d%%",
+ snprintf(temp_buf, sizeof(temp_buf), "%.0f\u00B0C RH %d%%",
123
app.weather.temperature, app.weather.humidity);
124
gtk_label_set_text(GTK_LABEL(app.temp_label), temp_buf);
125
0 commit comments