change font

This commit is contained in:
zcake 2021-01-03 18:48:36 +08:00
parent d33f471f14
commit 4ab051af3b
7 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't us
static const char *fonts[] = {
"FiraCode Nerd Font:style=Light:size=8",//english
"Chiron Sans HK Light:style=Light:size=8"//chinese,Japanese,Korean
"Noto Color Emoji"//emoji
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char high[] = "#f1fa8c";

BIN
dmenu

Binary file not shown.

BIN
dmenu.o

Binary file not shown.

BIN
drw.o

Binary file not shown.

BIN
stest

Binary file not shown.

BIN
stest.o

Binary file not shown.

BIN
util.o

Binary file not shown.