From ef887b5e51eebfeca5d4f8d80fbd917d91811c82 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Tue, 30 Jun 2026 18:03:29 -0700 Subject: font --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 6f16248..4546535 100644 --- a/config.def.h +++ b/config.def.h @@ -22,7 +22,7 @@ static const float default_opacity_focus = 1.00f; // from bar patch 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 *fonts[] = {"Maple Mono NL:size=12"}; static uint32_t colors[][3] = { /* fg bg border */ [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x444444ff }, -- cgit v1.2.3