From a0d0126de711ec7ef15780c0604194af3d15528e Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 12 Aug 2020 17:02:04 -0400 Subject: [PATCH] bar font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 036235d..50d01a3 100644 --- a/config.def.h +++ b/config.def.h @@ -6,7 +6,7 @@ static const unsigned int gappx = 5; /* 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 const char *fonts[] = { "monospace:size=10", "Source Code Pro:size=12" }; +static const char *fonts[] = { "Source Code Pro:size=12" }; static const char dmenufont[] = "Source Code Pro:size=12"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; -- 2.20.1