From 7056fc3a49be56678ecdd161940bc59a1b92eb73 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 19 Jan 2020 06:20:02 +0000 Subject: Make background brighter --- glitchyclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glitchyclock.c b/glitchyclock.c index 5061cc8..8df776e 100644 --- a/glitchyclock.c +++ b/glitchyclock.c @@ -252,7 +252,7 @@ static gboolean draw_sig(GtkWidget *widget, cairo_t *cr, struct glitchyclock *gc cairo_scale(cr, gc->clock_w/lw, gc->clock_h/lh); pango_cairo_update_layout(cr, layout); - cairo_set_source_rgb(cr, gc->brightness*0.10, 0.0, 0.0); + cairo_set_source_rgb(cr, gc->brightness*0.20, 0.0, 0.0); pango_cairo_show_layout(cr, layout); pango_layout_set_text(layout, timestr, -1); -- cgit v1.2.3