diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index ab88791..49a080e 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -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:pixelsize=12" }; +static const char *fonts[] = { "RobotoMono Nerd Font:style=Medium:pixelsize=13" }; static const char normfgcolor[] = "#bbbbbb"; static const char col_fg[] = "#c7c7c7"; static const char col_bg[] = "#161616";