change fontsize
ci/woodpecker/tag/woodpecker Pipeline was successful Details

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
1 changed files with 1 additions and 1 deletions

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"