In order to add color emoji, we need two things:
1. Use a fallback font which has colorful emoji (Noto Color Emoji).
2. Remove Xft workaround and use the patched library.
static const int topbar = 1; /* 0 means bottom bar */
static const int horizpadbar = 3; /* horizontal padding for statusbar */
static const int vertpadbar = 0; /* vertical padding for statusbar */
-static const char *fonts[] = { "monospace:size=10" };
+static const char *fonts[] = {
+ "monospace:size=10",
+ "Noto Color Emoji:size=8"
+};
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";