diff --git a/config.h b/config.h index 7d1bc31..703acce 100644 --- a/config.h +++ b/config.h @@ -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"; diff --git a/dmenu b/dmenu index 8f9baa5..4b7b0e2 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index b3c83d0..037d224 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.o b/drw.o index 941460b..944e2e3 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest index 27e5ada..6ffcdad 100755 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index 9408acc..be98b5e 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index 4607dbd..f1e6855 100644 Binary files a/util.o and b/util.o differ