From 0f62fed12e4e674c11f0f5ddbbebb5dee5f85784 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 4 Feb 2024 15:00:54 +0100 Subject: [PATCH] pango is fucking broken i stg --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 741f362..063a608 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 28"; #define NOCOLOR "#FF0000" #define COLOR0 "#15161E"