diff options
Diffstat (limited to 'config/rofi/config-wallpaper.rasi')
| -rw-r--r-- | config/rofi/config-wallpaper.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index 7a51fd1f..a55cdafa 100644 --- a/config/rofi/config-wallpaper.rasi +++ b/config/rofi/config-wallpaper.rasi @@ -47,7 +47,7 @@ mainbox { enabled: true; orientation: horizontal; padding: 20px; - background-image: url("~/.config/rofi/.current_wallpaper", width); + background-image: url("~/.config/rofi/.current_wallpaper", both); children: [ "imagebox", "listbox" ]; border-radius: 10px; } @@ -125,7 +125,7 @@ button selected { listview { enabled: true; columns: 1; - lines: 10; + lines: 8; spacing: 4px; dynamic: true; cycle: true; |
