[dwm] Color changes
This commit is contained in:
parent
75e5911936
commit
b24b69e9fb
@ -20,9 +20,9 @@ static const char col_gray1[] = "#222222";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
static const char col_gray5[] = "#303030";
|
||||
static const char col_cyan[] = "#555555";
|
||||
static const unsigned int baralpha = 0x90;
|
||||
static const char col_gray5[] = "#050505";
|
||||
static const char col_cyan[] = "#252525";
|
||||
static const unsigned int baralpha = 0xff;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
|
@ -807,7 +807,7 @@ drawbar(Monitor *m)
|
||||
x = 0;
|
||||
for (i = 0; i < LENGTH(tags); i++) {
|
||||
w = bh;
|
||||
drw_setscheme(drw, scheme[m->tagset[m->seltags] & 1 << i ? SchemeSel : SchemeHigh]);
|
||||
drw_setscheme(drw, scheme[m->tagset[m->seltags] & 1 << i ? SchemeSel : SchemeNorm]);
|
||||
drw_text(drw, x, 0, bh, bh, 0, "", urg & 1 << i);
|
||||
if (occ & 1 << i)
|
||||
drw_rect(drw, x+boxw,boxw, w-boxw*2, w-boxw*2,
|
||||
|
Loading…
Reference in New Issue
Block a user