Fix font's.

This commit is contained in:
CronyAkatsuki 2024-01-02 21:44:24 +01:00
parent 016e498dc3
commit ae40e87091

View File

@ -5,6 +5,10 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"CaskaydiaCove Nerd Font:size=11:antialias=true",
"Noto Sans:size=1:antialias=true",
"Noto Color Emoji:size=11:antialias=true",
"IpaGothic:size=11:antialias=true",
"Symbola:size=11:antialias=true",
};
static const unsigned int bgalpha = OPAQUE;
static const unsigned int fgalpha = OPAQUE;