aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-07-22 00:47:26 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-07-22 00:47:26 +0530
commitb637cacd38329e027bfc6d60fcfbf04c2b4d0195 (patch)
tree9e2d40737e53ae9f4382a3b1bdd65c9709c4db25 /config.h
parentb36022bde8fb0b064cc89a3e83c6f273d791169c (diff)
changed emoji font
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 8805bd1..d12d6a8 100644
--- a/config.h
+++ b/config.h
@@ -7,7 +7,7 @@ static const unsigned int snap = 32; /* snap pixel */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
-static const char *fonts[] = { "JetBrains Mono:size=11", "FontAwesome:size=10", "JoyPixels:pixelsize=11:antialias=true:autohint=true" };
+static const char *fonts[] = { "JetBrains Mono:size=11", "FontAwesome:size=10", "NotoColorEmoji:pixelsize=11:antialias=true:autohint=true" };
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";