diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-30 18:03:29 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-30 18:03:29 -0700 |
| commit | ef887b5e51eebfeca5d4f8d80fbd917d91811c82 (patch) | |
| tree | 51812831744221c9825c74bd1b63bc0d875b87af | |
| parent | b2fa6d2b07a81262b079b5337aa65884ace78537 (diff) | |
font
| -rw-r--r-- | config.def.h | 2 |
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 }, |
