diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-23 11:24:15 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-23 11:24:15 +0200 |
| commit | c52248a5ac0df581c9efde4b6c7378cac8275920 (patch) | |
| tree | a73ea9de3378608c3a76d22122593fae0d4b8f05 /config.h | |
| parent | e5e0cf4b601575c2c32ac53b18a3ad3212c28ef7 (diff) | |
change font config path
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |