From 59761909e79e9b3fd26e528876868beef23c4485 Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Sun, 2 Mar 2025 03:50:29 -0300 Subject: Change font to VictorMono Nerd Font Mono. --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index a175b7e..31c2ec4 100644 --- a/config.def.h +++ b/config.def.h @@ -5,9 +5,10 @@ * * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html */ -static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; +static char *font = "VictorMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true"; /* Spare fonts */ static char *font2[] = { + "VictorMono Nerd Font Mono:pixelsize=14:antialias=true:autohint=true" /* "Inconsolata for Powerline:pixelsize=12:antialias=true:autohint=true", */ /* "Hack Nerd Font Mono:pixelsize=11:antialias=true:autohint=true", */ }; -- cgit v1.2.3