diff options
Diffstat (limited to 'config.def.h')
| -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 }, |
