From d22a5aa86b377e9d1272c0bb914a1142867e9d5d Mon Sep 17 00:00:00 2001 From: foswret Date: Sat, 23 Aug 2025 00:18:51 -0500 Subject: changed font to GoMono Nerd Font Mono --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index e74c6ce..222c009 100644 --- a/config.def.h +++ b/config.def.h @@ -6,8 +6,8 @@ static const unsigned int gappx = 6; /* gaps between windows */ static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static char font[] = "monospace:size=10"; -static char dmenufont[] = "monospace:size=10"; +static char font[] = "GoMono Nerd Font Mono:size=10"; +static char dmenufont[] = "GoMono Nerd Font Mono:size=10"; static const char *fonts[] = { font }; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; -- cgit v1.2.3