From ab942a2d496f0fae097a00bca28ed3fe956a6db9 Mon Sep 17 00:00:00 2001 From: justsaumit Date: Wed, 2 Mar 2022 08:54:27 +0530 Subject: Fonts - JetBrains mono and Joypixels --- config.h | 3 ++- dmenu | Bin 43520 -> 43528 bytes dmenu.o | Bin 35360 -> 35456 bytes 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index 9db2b9a..0ccc033 100644 --- a/config.h +++ b/config.h @@ -4,7 +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[] = { - "monospace:size=13" + "JetBrains Mono: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 55ceda8..db6f1a9 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu.o b/dmenu.o index a961f63..b504d0a 100644 Binary files a/dmenu.o and b/dmenu.o differ -- cgit v1.2.3