From ecc76f9afb6d8456a9495c0dd6a2af69d1f22e62 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 3 Jan 2024 22:42:52 +0900 Subject: rofi configs cleaned up / re-organized --- config/rofi/resolution/1440p/config-rofi-Beats.rasi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/rofi/resolution/1440p/config-rofi-Beats.rasi') diff --git a/config/rofi/resolution/1440p/config-rofi-Beats.rasi b/config/rofi/resolution/1440p/config-rofi-Beats.rasi index 521875f2..141c9ed4 100644 --- a/config/rofi/resolution/1440p/config-rofi-Beats.rasi +++ b/config/rofi/resolution/1440p/config-rofi-Beats.rasi @@ -40,7 +40,8 @@ window { enabled: true; border-radius: 12px; border-radius: 12px; - background-color: @background-color; + background-image: url("~/.config/rofi/.current_wallpaper", height); + } /* ---- Mainbox ---- */ @@ -48,10 +49,9 @@ mainbox { enabled: true; orientation: horizontal; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; children: [ "imagebox"]; border-radius: 12px; - background-color: @background; } /* ---- Imagebox ---- */ -- cgit v1.2.3