font update

This commit is contained in:
Luca Bilke 2023-04-21 15:05:11 +02:00
parent 6fbc9dbb00
commit 4327d2a6e9
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ static const unsigned int fgalpha = 0xffU;
static const unsigned int bgalpha = 0xffU; static const unsigned int bgalpha = 0xffU;
/* -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[] = {
"JetBrainsMono Nerd Font:pixelsize=14:antialias=true", "FiraCode Nerd Font Mono:pixelsize=14",
"Noto Color Emoji:pixelsize=14:antialias=true", "Noto Color Emoji:pixelsize=14",
"FontAwesome:pixelsize=14" "FontAwesome:pixelsize=14"
}; };
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *prompt = NULL; /* -p option; prompt to the left of input field */