Skip to content

Commit

Permalink
Set font face (i3#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasamasa authored and nathanr committed Nov 23, 2021
1 parent 0940dfe commit 63ee65b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unlock_indicator.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ xcb_pixmap_t draw_image(uint32_t *resolution) {
char buf[4];

cairo_set_source_rgb(ctx, 0, 0, 0);
cairo_select_font_face(ctx, "sans-serif", CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL);
cairo_set_font_size(ctx, 28.0);
switch (pam_state) {
case STATE_PAM_VERIFY:
Expand Down

0 comments on commit 63ee65b

Please sign in to comment.