Fix font's.
This commit is contained in:
parent
016e498dc3
commit
ae40e87091
4
config.h
4
config.h
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user