diff options
Diffstat (limited to 'config/rofi/config-rofi-Beats.rasi')
| -rw-r--r-- | config/rofi/config-rofi-Beats.rasi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/rofi/config-rofi-Beats.rasi b/config/rofi/config-rofi-Beats.rasi index 8619b670..e59ace13 100644 --- a/config/rofi/config-rofi-Beats.rasi +++ b/config/rofi/config-rofi-Beats.rasi @@ -40,7 +40,7 @@ window { enabled: true; border-radius: 12px; border-radius: 12px; - background-color: @background-color; + background-image: url("~/.config/rofi/.current_wallpaper", height); } /* ---- Mainbox ---- */ @@ -48,10 +48,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 ---- */ |
