Changed the transparency of the topbar
This commit is contained in:
parent
fd81dd28e8
commit
103d657e33
@ -21,6 +21,7 @@ static const char dmenupromt[] = "Run:";
|
||||
|
||||
/* colors */
|
||||
static const char col_gray1[] = "#222222";
|
||||
//static const char col_gray1[] = "#3b4252";
|
||||
static const char col_gray2[] = "#444444";
|
||||
static const char col_gray3[] = "#bbbbbb";
|
||||
static const char col_gray4[] = "#eeeeee";
|
||||
@ -32,7 +33,7 @@ static const char *colors[][3] = {
|
||||
};
|
||||
|
||||
/* alpha */
|
||||
static const unsigned int baralpha = 0xd0;
|
||||
static const unsigned int baralpha = 0xa0;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const unsigned int alphas[][3] = {
|
||||
/* fg bg border */
|
||||
|
Loading…
Reference in New Issue
Block a user