removed bar patches
This commit is contained in:
parent
fdd3f2cadb
commit
39a44a3442
4 changed files with 8 additions and 13 deletions
2
config.h
2
config.h
|
@ -14,8 +14,6 @@ static const char *cursor_theme = "macOS";
|
|||
static const char cursor_size[] = "28"; /* Make sure it's a valid integer, otherwise things will break */
|
||||
static const int user_bh = 30; /* 0 means that dwl will calculate barheight, >= 1 means dwl will use user_bh as the bar height. */
|
||||
static const int showbar = 1; /* 0 means no bar */
|
||||
static const int vertpad = 25; /* vertical padding of bar */
|
||||
static const int sidepad = 25; /* horizontal padding of bar */
|
||||
static const int topbar = 1; /* 0 means bottom bar */
|
||||
static const char *fonts[] = {"inconsolata:size=11"};
|
||||
/* This conforms to the xdg-protocol. Set the alpha to zero to restore the old behavior */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue