diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-07 08:24:09 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 08:24:09 +0900 |
| commit | 27557af9ad6f952690e2547c8feec51271d5423c (patch) | |
| tree | 14dd700bce757341d3063307550504193c2f395b /config/rofi/config-compact.rasi | |
| parent | ffbb2da07e040fb75ad89bfaacf03c8d73b7d8c1 (diff) | |
| parent | 876a392a16bbdea0b16eb28a21b00819d12b9f1a (diff) | |
Merge branch 'development' into main
Diffstat (limited to 'config/rofi/config-compact.rasi')
| -rw-r--r-- | config/rofi/config-compact.rasi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/rofi/config-compact.rasi b/config/rofi/config-compact.rasi index b5b45592..2d68a6d0 100644 --- a/config/rofi/config-compact.rasi +++ b/config/rofi/config-compact.rasi @@ -39,7 +39,7 @@ window { enabled: true; border-radius: 15px; border-radius: 15px; - background-color: @background-color; + background-image: url("~/.config/rofi/.current_wallpaper", height); } /* ---- Mainbox ---- */ @@ -47,10 +47,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 ---- */ |
