diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-15 15:43:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-15 15:43:50 +0900 |
| commit | ce747fcfbd3bfab76cfb21ffff4c385fff701f3e (patch) | |
| tree | e2588f43927cbc4dfd452221d18aa1dc00dd2052 /config/rofi/config.rasi | |
| parent | d483224ccbdb0fbf32cda0c397cda36bdbde4590 (diff) | |
seems height is better
Diffstat (limited to 'config/rofi/config.rasi')
| -rw-r--r-- | config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 9537843a..30e3aa74 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: vertical; padding: 8px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", height); children: [ "inputbar", "imagebox" ]; border-radius: 12px; } |
