From d0e7d9dd1902af613183e1b00a64b58e3185930b Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Thu, 10 Oct 2024 19:16:22 -0400 Subject: [PATCH] changed font --- config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index f0445ee..7b20d48 100644 --- a/config.h +++ b/config.h @@ -15,8 +15,9 @@ static const unsigned int gappx = 10; /* default gap between windows in p static unsigned int snap = 32; /* snap pixel */ static int showbar = 1; /* 0 means no bar */ static int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "Cascadia Code:size=10" }; -static const char dmenufont[] = "Cascadia Code:size=10"; +static const char *fonts[] = { "Olympe Mono Hacked:size=10", + "Cascadia Code:size=10" }; +static const char dmenufont[] = "Olympe Mono Hacked:size=10"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb";