aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <[email protected]>2020-02-26 14:19:13 -0500
committerLuke Smith <[email protected]>2020-02-26 14:19:13 -0500
commit34842d132fe57a9b1be95ddb4f400e7db9bc8ecf (patch)
tree09b476a4ea9a32a249e3610525ad880e765fe7e8
parentenable color emojis with libxft-bgra (diff)
downloadseiwm-34842d132fe57a9b1be95ddb4f400e7db9bc8ecf.tar.xz
seiwm-34842d132fe57a9b1be95ddb4f400e7db9bc8ecf.zip
no padding in statusbar by default
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index b9997ad..aa0ee92 100644
--- a/config.h
+++ b/config.h
@@ -10,8 +10,8 @@ static const unsigned int borderpx = 3; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
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 = 20; /* 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 *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
static char dmenufont[] = "monospace:size=10";
static char normbgcolor[] = "#222222";