font/lib changes
This commit is contained in:
parent
cabef8bdf8
commit
748d5bd479
4
config.h
4
config.h
|
@ -6,7 +6,9 @@ static const unsigned int fgalpha = 0xffU;
|
|||
static const unsigned int bgalpha = 0xffU;
|
||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||
static const char *fonts[] = {
|
||||
"monospace:size=10:antialias=true"
|
||||
"NotoSans Nerd Font:size=10:antialias=true",
|
||||
"Noto Color Emoji:size=10:antialias=true",
|
||||
"FontAwesome:size=10"
|
||||
};
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
static const char *colors[SchemeLast][2] = {
|
||||
|
|
Loading…
Reference in New Issue