switching to jetbrains mono nerd
This commit is contained in:
parent
e6dbeb47f2
commit
8e7dbb4e0e
4
config.h
4
config.h
|
|
@ -5,8 +5,8 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
|
||||||
/* -fn option overrides fonts[0]; default X11 font or font set */
|
/* -fn option overrides fonts[0]; default X11 font or font set */
|
||||||
|
|
||||||
static const char *fonts[] = {
|
static const char *fonts[] = {
|
||||||
"JetBrains Mono:size=10",
|
"JetBrainsMono Nerd Font:size=10",
|
||||||
"JetBrains Mono:pixelsize=10:antialias=true:autohint=true",
|
"JetBrainsMono Nerd Font:pixelsize=10:antialias=true:autohint=true",
|
||||||
"emoji:size=10" // For rendering emojis
|
"emoji:size=10" // For rendering emojis
|
||||||
};
|
};
|
||||||
static const unsigned int bgalpha = 0xe0;
|
static const unsigned int bgalpha = 0xe0;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue