Disabled transparency.

This commit is contained in:
Crony Akatsuki 2022-07-21 17:40:53 +02:00
parent c24ab87e4c
commit a57a3e69f8

View File

@ -6,7 +6,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a
static const char *fonts[] = { static const char *fonts[] = {
"JetBrainsMonoMedium Nerd Font:size=9", "JetBrainsMonoMedium Nerd Font:size=9",
}; };
static const unsigned int bgalpha = 0xe0; static const unsigned int bgalpha = OPAQUE;
static const unsigned int fgalpha = OPAQUE; static const unsigned int fgalpha = OPAQUE;
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 char *colors[SchemeLast][2] = { static const char *colors[SchemeLast][2] = {