From 8da17f89ad37570a769023ad30da4b777b25beba Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 16 Mar 2026 02:28:39 -0600 Subject: Changed terminal font to NerdFont --- config.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index c86daa3..a93b07b 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,18 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; -static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; + + +/* static char *font = "mono:pixelsize=12:antialias=true:autohint=true"; */ +static char *font = + "CaskaydiaCove Nerd Font Mono:size=10:antialias=true:autohint=true"; + +/* static char *font2[] = { "NotoColorEmoji:pixelsize=10:antialias=true:autohint=true" }; */ +static char *font2[] = { + "Symbols Nerd Font Mono:size=10:antialias=true:autohint=true", + "NotoColorEmoji:size=10:antialias=true:autohint=true" +}; + static int borderpx = 2; /* -- cgit v1.2.3