change fontsize
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Luca Bilke 2024-02-06 10:25:45 +01:00
parent 02bd83df1a
commit 15586c4139
No known key found for this signature in database
GPG key ID: B753481DA0B6FA47

View file

@ -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"