no padding in statusbar by default
This commit is contained in:
parent
1ded83fb3d
commit
34842d132f
1 changed files with 2 additions and 2 deletions
4
config.h
4
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 unsigned int snap = 32; /* snap pixel */
|
||||||
static const int showbar = 1; /* 0 means no bar */
|
static const int showbar = 1; /* 0 means no bar */
|
||||||
static const int topbar = 1; /* 0 means bottom bar */
|
static const int topbar = 1; /* 0 means bottom bar */
|
||||||
static const int vertpad = 10; /* vertical padding of bar */
|
static const int vertpad = 0; /* vertical padding of bar */
|
||||||
static const int sidepad = 20; /* horizontal 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 const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" };
|
||||||
static char dmenufont[] = "monospace:size=10";
|
static char dmenufont[] = "monospace:size=10";
|
||||||
static char normbgcolor[] = "#222222";
|
static char normbgcolor[] = "#222222";
|
||||||
|
|
Loading…
Reference in a new issue