From 2522f7515daa0bb3cabced9f9ebb6186ca3a57d5 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 4 Feb 2024 14:58:19 +0100 Subject: [PATCH] change fontsize --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 063a608..741f362 100644 --- a/config.h +++ b/config.h @@ -27,7 +27,7 @@ static int tagindicatortype = INDICATOR_NONE; static int tiledindicatortype = INDICATOR_NONE; static int floatindicatortype = INDICATOR_NONE; -static const char font[] = "FiraCode Nerd Font 28"; +static const char font[] = "FiraCode Nerd Font 14"; #define NOCOLOR "#FF0000" #define COLOR0 "#15161E"