diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 08:54:27 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 08:54:27 +0530 |
commit | ab942a2d496f0fae097a00bca28ed3fe956a6db9 (patch) | |
tree | 995cfa039b0372e865694700bb0eb1051c7ef56b | |
parent | 2506fb17fafaa5c15c973e250dfa500f00e09d91 (diff) |
Fonts - JetBrains mono and Joypixels
-rw-r--r-- | config.h | 3 | ||||
-rwxr-xr-x | dmenu | bin | 43520 -> 43528 bytes | |||
-rw-r--r-- | dmenu.o | bin | 35360 -> 35456 bytes |
3 files changed, 2 insertions, 1 deletions
@@ -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] = { Binary files differBinary files differ |