make dmenu opaque
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
Build/Publish XBPS / build-and-publish (push) Successful in 7s
Details
This commit is contained in:
parent
ec558aafa8
commit
c12b8304b5
2
config.h
2
config.h
|
@ -8,7 +8,7 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't u
|
|||
static char font[] = "FiraCode Nerd Font 12";
|
||||
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
|
||||
|
||||
static const unsigned int baralpha = 0xcc;
|
||||
static const unsigned int baralpha = OPAQUE;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const unsigned int alphas[][3] = {
|
||||
/* fg bg border */
|
||||
|
|
Loading…
Reference in New Issue