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/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/rofi/config.rasi') diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 50cd75be..7b5b89d4 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -39,7 +39,7 @@ window { fullscreen: false; enabled: true; border-radius: 12px; - background-color: @background-color; + background-image: url("~/.config/rofi/.current_wallpaper", height); } /* ---- Mainbox ---- */ @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-color: transparent; children: [ "inputbar", "imagebox" ]; border-radius: 12px; } -- cgit v1.2.3