From 15586c41394daf4190a5859cf0f6227de5f9083e Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 6 Feb 2024 10:25:45 +0100 Subject: [PATCH] change fontsize --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index dc7ae07..b524f8a 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 14"; +static const char font[] = "FiraCode Nerd Font 12"; #define NOCOLOR "#FF0000" #define COLOR0 "#15161E"