all repos — tint2 @ ea236e94a0714ec56e90238055956799ae7e20fe

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Clock: increase default font slightly
o9000 mrovi9000@gmail.com
commit

ea236e94a0714ec56e90238055956799ae7e20fe

parent

e3fcff7f2183f64918b498c2c458bbd39615c424

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/clock/clock.csrc/clock/clock.c

@@ -211,7 +211,7 @@ if (!time1_font_desc) {

time1_font_desc = pango_font_description_from_string(get_default_font()); pango_font_description_set_weight(time1_font_desc, PANGO_WEIGHT_BOLD); pango_font_description_set_size(time1_font_desc, - pango_font_description_get_size(time1_font_desc) - PANGO_SCALE); + pango_font_description_get_size(time1_font_desc)); } if (!time2_font_desc) { time2_font_desc = pango_font_description_from_string(get_default_font());