fix awesomebar overdraw on statusbar:x

This commit is contained in:
2026-07-11 23:05:15 +02:00
parent 79e342426a
commit e9a681783b
9 changed files with 979 additions and 670 deletions

View File

@@ -15,6 +15,8 @@ static const unsigned int gappov = 30; /* vert outer gap between window
static int smartgaps = 0; /* 1 means no outer gap when there is only one window */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 1; /* 0 means bottom bar */
static int iconsize = 16; /* icon size */
static int iconspacing = 5; /* space between icon and title */
static const char *fonts[] = { "monospace:size=10" };
static const char dmenufont[] = "monospace:size=10";
static const char col_gray1[] = "#222222";
@@ -26,6 +28,7 @@ static const char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
[SchemeHid] = { col_cyan, col_gray1, col_cyan },
};
typedef struct {