Change emoji font size from 18px to 14px

This commit is contained in:
Tobias Eidelpes 2024-10-21 21:13:03 +02:00
parent db73692371
commit 600884770c

View File

@ -11,8 +11,8 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind
static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const char *fonts[] = { "Iosevka Extended:size=18", "JoyPixels:size=18:antialias=true:autohint=true" };
static char dmenufont[] = "Iosevka Extended:size=18";
static const char *fonts[] = { "Iosevka Extended:size=14", "JoyPixels:size=14:antialias=true:autohint=true" };
static char dmenufont[] = "Iosevka Extended:size=14";
static char normbgcolor[] = "#222222";
static char normbordercolor[] = "#444444";
static char normfgcolor[] = "#bbbbbb";