if (clock_mode == INDICATOR_CLOCK_MODE_12H) {
if (apm_position == 0) {
- len = snprintf(buf, sizeof(buf), "%s %s", ampm_str, time_str);
+ len = snprintf(buf, sizeof(buf), "%s<font_size=%d> </font_size>%s", ampm_str,font_size ,time_str);
} else {
- len = snprintf(buf, sizeof(buf), "%s %s", time_str, ampm_str);
+ len = snprintf(buf, sizeof(buf), "%s<font_size=%d> </font_size>%s", time_str,font_size, ampm_str);
}
} else {
len = snprintf(buf, sizeof(buf), "%s", time_str);