Noto instead of JoyPixels.

This commit is contained in:
Bartek Stalewski 2021-10-08 00:48:10 +02:00
parent 5af00aa70d
commit 0ba9df8d5e
4 changed files with 6 additions and 7 deletions

View file

@ -4,8 +4,8 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=14",
"JoyPixels:pixelsize=12"
"JetBrainsMOno Nerd Font Mono:style=Medium:pixelsize=24",
"Noto Color Emoji:style=Regular:pixelsize=16",
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {