Make i3-nagbar use the same font as configured for i3
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user