diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2026-03-16 02:28:39 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2026-03-16 02:28:39 -0600 |
| commit | 8da17f89ad37570a769023ad30da4b777b25beba (patch) | |
| tree | 2602705b2dd81db70632d1731c8e982fa9c92494 | |
| parent | 62ebf677d3ad79e0596ff610127df5db034cd234 (diff) | |
Changed terminal font to NerdFont
| -rw-r--r-- | config.h | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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; /* |
