From 21bed5602a2d2c5ad5f576ff4b891876f42109dc Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Mon, 26 Sep 2022 01:59:01 +0530 Subject: JetBrains Mono patched nerd font --- config.h | 4 ++-- dmenu | Bin 48768 -> 48776 bytes dmenu.o | Bin 45040 -> 45040 bytes drw.o | Bin 10328 -> 10328 bytes stest | Bin 21536 -> 21544 bytes stest.o | Bin 5232 -> 5232 bytes util.o | Bin 2216 -> 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 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index 97a6724..6633f9a 100644 Binary files a/dmenu.o and b/dmenu.o differ diff --git a/drw.o b/drw.o index 955729d..7eb6491 100644 Binary files a/drw.o and b/drw.o differ diff --git a/stest b/stest index bb439ef..c1ac5fb 100755 Binary files a/stest and b/stest differ diff --git a/stest.o b/stest.o index 7a645c2..2f98e41 100644 Binary files a/stest.o and b/stest.o differ diff --git a/util.o b/util.o index b1b45c3..6ab501f 100644 Binary files a/util.o and b/util.o differ -- cgit v1.2.3