From a7fdae4f14a68fef71c13ed3fcd333e766369feb Mon Sep 17 00:00:00 2001 From: random Date: Thu, 24 Mar 2022 11:27:58 -0700 Subject: [PATCH] Slight tweak in transparency --- rofi/config.rasi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rofi/config.rasi b/rofi/config.rasi index 08e8983..4688180 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,5 +1,5 @@ * { - background: rgba(0, 0, 0, 95%); + background: rgba(0, 0, 0, 90%); foreground: #EEEEEE; normal-background: transparent;