diff options
| author | JaKooLit <jimmielovejay.com> | 2024-01-03 22:42:52 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2024-01-03 22:42:52 +0900 |
| commit | ecc76f9afb6d8456a9495c0dd6a2af69d1f22e62 (patch) | |
| tree | 804eac04af989d4c532e3f3f39b3a42f955a0207 /config/rofi/config-waybar-layout.rasi | |
| parent | 245a39502a0e79c9822d1d00b7fb2ec9b9a26fc8 (diff) | |
rofi configs cleaned up / re-organized
Diffstat (limited to 'config/rofi/config-waybar-layout.rasi')
| -rw-r--r-- | config/rofi/config-waybar-layout.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-waybar-layout.rasi b/config/rofi/config-waybar-layout.rasi index ff72895a..18f7b8f9 100644 --- a/config/rofi/config-waybar-layout.rasi +++ b/config/rofi/config-waybar-layout.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,7 +48,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", height); + background-color: transparent; children: [ "inputbar", "listbox"]; border-radius: 12px; } |
