From e3ea609ff0b1acbc67c865c3c1c0e6629a600b10 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Mon, 27 Feb 2023 19:20:26 -0500 Subject: Remove bar padding --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 9d05af4..c73027a 100644 --- a/config.h +++ b/config.h @@ -14,8 +14,8 @@ static int smartgaps = 0; /* 1 means no outer gap when the 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 int vertpad = 5; /* vertical padding of bar */ -static const int sidepad = 10; /* horizontal padding of bar */ +static const int vertpad = 0; /* vertical padding of bar */ +static const int sidepad = 0; /* horizontal padding of bar */ static const char dmenufont[] = "monospace:size=10"; static const char col_gray1[] = "#282828"; static const char col_gray2[] = "#3c3836"; -- cgit v1.2.3