From dcceb58f47bdb310658fa5e4db297da475b139d1 Mon Sep 17 00:00:00 2001 From: Marco van Dijk Date: Wed, 15 Sep 2021 13:02:05 +0200 Subject: [PATCH] Update rofi power menu & launcher element background colours --- .config/wofi/launcher.rasi | 3 +++ .config/wofi/launcherSmoll.rasi | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.config/wofi/launcher.rasi b/.config/wofi/launcher.rasi index f42585a..13768ee 100644 --- a/.config/wofi/launcher.rasi +++ b/.config/wofi/launcher.rasi @@ -87,11 +87,14 @@ element { element-icon { size: 24px; + background-color: transparent; border: 0px; } element-text { expand: true; + background-color: transparent; + text-color: @fg; horizontal-align: 0; vertical-align: 0.5; margin: 0px 2.5px 0px 2.5px; diff --git a/.config/wofi/launcherSmoll.rasi b/.config/wofi/launcherSmoll.rasi index 807b1ad..6cb79ab 100644 --- a/.config/wofi/launcherSmoll.rasi +++ b/.config/wofi/launcherSmoll.rasi @@ -88,12 +88,15 @@ element { element-icon { size: 24px; + background-color: transparent; border: 0px; } element-text { expand: true; horizontal-align: 0; + background-color: transparent; + text-color: @fg; vertical-align: 0.5; margin: 0px 2.5px 0px 2.5px; }