summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 08:54:27 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 08:54:27 +0530
commitab942a2d496f0fae097a00bca28ed3fe956a6db9 (patch)
tree995cfa039b0372e865694700bb0eb1051c7ef56b
parent2506fb17fafaa5c15c973e250dfa500f00e09d91 (diff)
Fonts - JetBrains mono and Joypixels
-rw-r--r--config.h3
-rwxr-xr-xdmenubin43520 -> 43528 bytes
-rw-r--r--dmenu.obin35360 -> 35456 bytes
3 files changed, 2 insertions, 1 deletions
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
--- a/dmenu
+++ b/dmenu
Binary files differ
diff --git a/dmenu.o b/dmenu.o
index a961f63..b504d0a 100644
--- a/dmenu.o
+++ b/dmenu.o
Binary files differ