From 9f6960d2fc821511552b9cc9900f3a06ea79e420 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sun, 27 Jun 2021 17:00:55 +0300 Subject: [PATCH] Update opacity --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 87a22e4..99b36cf 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 = 0xf0; +static const unsigned int alpha = 0x70; 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 */