Make i3-nagbar use the same font as configured for i3

This commit is contained in:
Michael Stapelberg
2013-01-26 09:55:38 +01:00
parent 76ef3a4ab8
commit 62b0df0640
4 changed files with 20 additions and 7 deletions

@ -47,6 +47,9 @@ struct Font {
/** The height of the font, built from font_ascent + font_descent */
int height;
/** The pattern/name used to load the font. */
char *pattern;
union {
struct {
/** The xcb-id for the font */