From c52248a5ac0df581c9efde4b6c7378cac8275920 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Sat, 23 Sep 2023 11:24:15 +0200 Subject: change font config path --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index d17810a..c567eee 100644 --- a/config.h +++ b/config.h @@ -7,6 +7,6 @@ static uint32_t background = 0xff282828; static uint32_t foreground = 0xffebdbb2; static uint32_t inputbar = 0xffb16286; -static char fontpath[] = "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf"; +static char fontpath[] = "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf"; static unsigned username_fontsize = 30; static unsigned clock_fontsize = 50; -- cgit v1.2.3-70-g09d2