static int vertpadbar = 0; /* vertical padding for statusbar */
static char font[] = "monospace:size=10";
static char dmenufont[] = "monospace:size=10";
-static char *fonts[] = { font };
+static const char *fonts[] = {
+ "Meslo LG S:size=10",
+ "Noto Color Emoji:size=8"
+};
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";
static int vertpadbar = 0; /* vertical padding for statusbar */
static char font[] = "monospace:size=10";
static char dmenufont[] = "monospace:size=10";
-static char *fonts[] = { font };
+static const char *fonts[] = {
+ "Meslo LG S:size=10",
+ "Noto Color Emoji:size=8"
+};
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";