summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 20:06:55 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-09-04 20:06:55 +0530
commitf92f9a5cb0226c28925958f62dc67f2d5d5d7060 (patch)
treed2c00f49d3e81d03af7cce6482927517c94ac6e2 /config.h
parent77303adf1fe24d5b07664d5bbc106fc71cd8e5f7 (diff)
Applying font2 patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h b/config.h
index f4c1b5a..3a31604 100644
--- a/config.h
+++ b/config.h
@@ -6,6 +6,12 @@
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
static char *font = "UbuntuMono Nerd Font:pixelsize=22:antialias=true:autohint=true";
+static char *font2[] = {
+ "Spoqa Han Sans Neo:pixelsize=15:antialias=true:autohint=true",
+ "Hack Nerd Font:pixelsize=23:antialias=true:autohint=true",
+ "Joypixels:pixelsize=14:antialias=true:autohint=true"
+};
+
static int borderpx = 2;
/*