removing barpadding patch

This commit is contained in:
Luke Smith
2020-04-13 20:29:51 -04:00
parent 614ec28533
commit 6184f47410
2 changed files with 10 additions and 18 deletions

View File

@@ -10,8 +10,6 @@ static const unsigned int gappov = 30; /* vert outer gap between window
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static const int vertpad = 10; /* vertical padding of bar */
static const int sidepad = 10; /* horizontal padding of bar */
static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
static char dmenufont[] = "monospace:size=10";
static char normbgcolor[] = "#222222";