fixed font size being too big

This commit is contained in:
Alessandro Mauri 2020-09-12 21:36:24 +02:00
parent c2bb0e4c6d
commit 1a9a4ce585

View File

@ -6,7 +6,7 @@ static const unsigned int gappx = 18; /* gaps between windows */
static const unsigned int snap = 16; /* snap pixel */
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[] = { "monospace:size=9" };
/* Colors _0 means lighter version */
static const char col_bg[] = "#1d2021";
static const char col_bg_0[] = "#282828";