summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-13 20:29:51 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-13 20:29:51 -0400
commit6184f47410947162514e6986cea29846b72e91ef (patch)
treec68d5070fd8cde1fda4b101d08e4dbcea16aa304 /config.h
parent614ec2853357f74fbcd596c055532ad5c2f522dd (diff)
removing barpadding patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h b/config.h
index 43efee8..ca2f067 100644
--- a/config.h
+++ b/config.h
@@ -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";