Skip to content

Commit e374c24

Browse files
committed
breeze: change water drop icon to plain 'RH' for humidity
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent f141e90 commit e374c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

breeze/breeze.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ static void update_weather_labels(void)
119119
}
120120

121121
char temp_buf[64];
122-
snprintf(temp_buf, sizeof(temp_buf), "%.0f\u00B0C \U0001F4A7 %d%%",
122+
snprintf(temp_buf, sizeof(temp_buf), "%.0f\u00B0C RH %d%%",
123123
app.weather.temperature, app.weather.humidity);
124124
gtk_label_set_text(GTK_LABEL(app.temp_label), temp_buf);
125125

0 commit comments

Comments
 (0)