From adefd8515119f235d9b606587b8d2f46eade7ca2 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Wed, 20 Apr 2022 23:51:33 +0200 Subject: [PATCH] Top bar size. --- _suckless/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";