diff options
author | rafa_99 <rafa99@protonmail.com> | 2021-04-13 13:33:50 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2021-04-13 13:33:50 +0100 |
commit | f58a2a83f2662d2c569cbe2cf5212a7edde35ccd (patch) | |
tree | 6d0158878df03def85ccaea95d8b981ef7b881ae | |
parent | 7d28392402442edad5c7df30f9c1666b89f21af2 (diff) |
Updated Font
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const int focusonwheel = 0; -static const char *fonts[] = { "monospace:size=10" }; +static const char *fonts[] = { "FiraCode Nerd Font:size=12" }; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { norm_fg, norm_bg, norm_border }, // Unfocused Windows |