aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-06-22 07:47:46 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-06-22 07:47:46 +0200
commit3de939e498fa7899fa6cb025ec62be778ad75fcd (patch)
treeb7c6602bc4724e43b504f316101a84d57895ea23 /config.h
parentaaf165bcbaf86948780c61cd9b877d6b0cf414f1 (diff)
new font path for nerdfonts
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 03e1e83..97a5054 100644
--- a/config.h
+++ b/config.h
@@ -10,10 +10,10 @@
*/
static FontPath fonts[] = {
{
- "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf", /* Normal */
- "/usr/share/fonts/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf", /* Italic */
- "/usr/share/fonts/TTF/Sauce Code Pro Nerd Font Complete Mono.ttf", /* Bold */
- "/usr/share/fonts/TTF/Sauce Code Pro Italic Nerd Font Complete Mono.ttf", /* Bold-Italic */
+ "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf", /* Normal */
+ "/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf", /* Italic */
+ "/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf", /* Bold */
+ "/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf", /* Bold-Italic */
},
{
"/usr/share/fonts/gnu-free/FreeMono.otf", /* Normal */