1
0
mirror of https://github.com/alrayyes/dmenu synced 2023-11-14 15:56:27 +00:00

feat: use default mono font & joypixels

This commit is contained in:
Ryan Kes 2020-11-28 13:46:50 +01:00
parent b73c913c19
commit 5f11ab86e8
2 changed files with 8 additions and 4 deletions

View File

@ -7,8 +7,10 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
/* -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[] = {
"FuraCode Nerd Font " "monospace:size=10",
"Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"}; "JoyPixels:pixelsize=8:antialias=true:autohint=true"
};
static const char *prompt = static const char *prompt =
NULL; /* -p option; prompt to the left of input field */ NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {

View File

@ -7,8 +7,10 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */
/* -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[] = {
"FuraCode Nerd Font " "monospace:size=10",
"Mono:style=Regular:pixelsize=18:antialias=true:autohint=true"}; "JoyPixels:pixelsize=8:antialias=true:autohint=true"
};
static const char *prompt = static const char *prompt =
NULL; /* -p option; prompt to the left of input field */ NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {