|
|
@ -11,6 +11,7 @@ static const unsigned int gappx = 0; |
|
|
|
static const unsigned int gapmodes[] = { 0, 64 }; |
|
|
|
static const unsigned int gapmodes[] = { 0, 64 }; |
|
|
|
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 barverticalpadding = 6; /* Vertical bar padding */ |
|
|
|
static const int usealtbar = 0; /* 1 means use non-dwm status bar */ |
|
|
|
static const int usealtbar = 0; /* 1 means use non-dwm status bar */ |
|
|
|
|
|
|
|
|
|
|
|
static const char *altbarclass = "Polybar"; /* Alternate bar class name */ |
|
|
|
static const char *altbarclass = "Polybar"; /* Alternate bar class name */ |
|
|
|