make dmenu opaque
Build/Publish XBPS / build-and-publish (push) Successful in 7s Details

This commit is contained in:
Luca Bilke 2024-04-05 20:13:53 +02:00
parent ec558aafa8
commit c12b8304b5
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't u
static char font[] = "FiraCode Nerd Font 12"; static char font[] = "FiraCode Nerd Font 12";
static const char *prompt = NULL; /* -p option; prompt to the left of input field */ 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 borderalpha = OPAQUE;
static const unsigned int alphas[][3] = { static const unsigned int alphas[][3] = {
/* fg bg border */ /* fg bg border */