update font size

This commit is contained in:
Michael Chalupiak 2024-09-11 14:03:51 -04:00
parent 61c4b7c29e
commit 4cdc15eb16

View File

@ -4,8 +4,8 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -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[] = {
"Cascadia Code:size=12", "Cascadia Code:size=10",
"NotoColorEmoji:pixelsize=8:antialias=true:autohint=true" "NotoColorEmoji:size=10:antialias=true:autohint=true"
}; };
static const unsigned int bgalpha = 0xe0; static const unsigned int bgalpha = 0xe0;
static const unsigned int fgalpha = OPAQUE; static const unsigned int fgalpha = OPAQUE;