From fc10acdf2c2c72ee6de332c5e25e0448a7143aa9 Mon Sep 17 00:00:00 2001 From: Toshimonster Date: Thu, 2 Sep 2021 14:03:47 +0100 Subject: [PATCH] Update rofi.rasi Fix transparency and text --- config/awesome/floppy/configuration/rofi/global/rofi.rasi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/awesome/floppy/configuration/rofi/global/rofi.rasi b/config/awesome/floppy/configuration/rofi/global/rofi.rasi index d14ecd270..71aea7aa0 100644 --- a/config/awesome/floppy/configuration/rofi/global/rofi.rasi +++ b/config/awesome/floppy/configuration/rofi/global/rofi.rasi @@ -116,12 +116,15 @@ element { } element-icon { + background-color: @transparent; size: 24px; border: 0; border-color: @transparent; } element-text { + background-color: @transparent; + text-color: @foreground; font: "Inter Regular 11"; expand: true; horizontal-align: 0;