|
|
|
@ -6,7 +6,7 @@ static const unsigned int gappx = 18; /* gaps between windows */ |
|
|
|
|
static const unsigned int snap = 16; /* snap pixel */ |
|
|
|
|
static const int showbar = 1; /* 0 means no bar */ |
|
|
|
|
static const int topbar = 1; /* 0 means bottom bar */ |
|
|
|
|
static const char *fonts[] = { "monospace:size=10" }; |
|
|
|
|
static const char *fonts[] = { "monospace:size=9" }; |
|
|
|
|
/* Colors _0 means lighter version */ |
|
|
|
|
static const char col_bg[] = "#1d2021"; |
|
|
|
|
static const char col_bg_0[] = "#282828"; |
|
|
|
|