From 061578bd73c392dc1f37a8d6a0ed0efa1eae9cdc Mon Sep 17 00:00:00 2001 From: jon Date: Mon, 26 Feb 2024 19:56:28 -0600 Subject: [PATCH] changed demu font to terminus. never noticed it was wrong. --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 4165c1e..0b51558 100644 --- a/config.h +++ b/config.h @@ -17,8 +17,8 @@ static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display static const int showsystray = 1; /* 0 means no systray */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10" }; -static const char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "Terminus:size=10" }; +static const char dmenufont[] = "Terminus:size=10"; static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb";