Added systray gap modifier
This commit is contained in:
parent
13ac35ae66
commit
f7ad726adc
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel
|
|||
static const unsigned int systrayspacing = 2; /* systray spacing */
|
||||
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
|
||||
static const int showsystray = 1; /* 0 means no systray */
|
||||
static const int systraybargap = 50;
|
||||
|
||||
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 */
|
||||
|
|
1
config.h
1
config.h
|
@ -14,6 +14,7 @@ static const unsigned int systraypinning = 0; /* 0: sloppy systray follows sel
|
|||
static const unsigned int systrayspacing = 2; /* systray spacing */
|
||||
static const int systraypinningfailfirst = 1; /* 1: if pinning fails, display systray on the first monitor, False: display systray on the last monitor*/
|
||||
static const int showsystray = 1; /* 0 means no systray */
|
||||
static const int systraybargap = 50;
|
||||
|
||||
static const int vertpad = 10; /* vertical padding of bar */
|
||||
static const int sidepad = 10; /* horizontal padding of bar */
|
||||
|
|
Loading…
Reference in a new issue