Making bar a bit bigger.

This commit is contained in:
Bartek Stalewski 2022-04-14 23:57:04 +02:00
parent 2cd2daa858
commit 826a05826d

View File

@ -14,7 +14,7 @@ static const int showsystray = 1; /* 0 means no systray */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 0; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=10" };
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:size=11" };
static const char normfgcolor[] = "#bbbbbb";
static const char col_fg[] = "#c7c7c7";
static const char col_bg[] = "#161616";