summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-30 18:03:29 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-30 18:03:29 -0700
commitef887b5e51eebfeca5d4f8d80fbd917d91811c82 (patch)
tree51812831744221c9825c74bd1b63bc0d875b87af /config.def.h
parentb2fa6d2b07a81262b079b5337aa65884ace78537 (diff)
font
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 },