summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h4
-rwxr-xr-xdmenubin48768 -> 48776 bytes
-rw-r--r--dmenu.obin45040 -> 45040 bytes
-rw-r--r--drw.obin10328 -> 10328 bytes
-rwxr-xr-xstestbin21536 -> 21544 bytes
-rw-r--r--stest.obin5232 -> 5232 bytes
-rw-r--r--util.obin2216 -> 2216 bytes
7 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index eedb917..40ed370 100644
--- a/config.h
+++ b/config.h
@@ -5,8 +5,8 @@ static int instant = 0;
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[] = {
- "JetBrains Mono:size=13",
- "JoyPixels:pixelsize=15:antialias=true:autohint=true"
+ "JetBrainsMono Nerd Font:size=13",
+ "JoyPixels:pixelsize=15:antialias=true:autohint=true"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
static const char *colors[SchemeLast][2] = {
diff --git a/dmenu b/dmenu
index 00ee690..34cc479 100755
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index 97a6724..6633f9a 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ
diff --git a/drw.o b/drw.o
index 955729d..7eb6491 100644
--- a/drw.o
+++ b/drw.o
Binary files differ
diff --git a/stest b/stest
index bb439ef..c1ac5fb 100755
--- a/stest
+++ b/stest
Binary files differ
diff --git a/stest.o b/stest.o
index 7a645c2..2f98e41 100644
--- a/stest.o
+++ b/stest.o
Binary files differ
diff --git a/util.o b/util.o
index b1b45c3..6ab501f 100644
--- a/util.o
+++ b/util.o
Binary files differ