From a57a3e69f80ff1bbb0079c421000587f6391ba49 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 21 Jul 2022 17:40:53 +0200 Subject: [PATCH] Disabled transparency. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ee7e135..5dc4ecc 100644 --- a/config.h +++ b/config.h @@ -6,7 +6,7 @@ static int topbar = 1; /* -b option; if 0, dmenu appears a static const char *fonts[] = { "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 char *prompt = NULL; /* -p option; prompt to the left of input field */ static const char *colors[SchemeLast][2] = {