From 0023d6c2cd3d30515f9163568b88e252684b6b8a Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Tue, 7 Dec 2021 19:37:34 +0200 Subject: [PATCH] Try glass UI --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index dc8f551..b8c17ca 100644 --- a/config.def.h +++ b/config.def.h @@ -2,7 +2,7 @@ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ -static const unsigned int alpha = 0x70; +static const unsigned int alpha = 0x0b; static const int border_width = 0; /* for alpha patch */ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* -fn option overrides fonts[0]; default X11 font or font set */