Tob bar size.

This commit is contained in:
Bartek Stalewski 2022-04-20 13:13:43 +02:00
parent c72f3c4a1c
commit b3360a8ed8

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=11" };
static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:pixelsize=12" };
static const char normfgcolor[] = "#bbbbbb";
static const char col_fg[] = "#c7c7c7";
static const char col_bg[] = "#161616";