From 9c0791d57fccd887ea633989aa9488882b478ce6 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Nov 2023 10:37:03 +0900 Subject: more tweaked rofi --- config/rofi/config-wallpaper.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/rofi/config-wallpaper.rasi') diff --git a/config/rofi/config-wallpaper.rasi b/config/rofi/config-wallpaper.rasi index b86ebe67..88e0a5fb 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", height); children: [ "imagebox", "listbox" ]; } @@ -129,10 +129,10 @@ listview { dynamic: true; enabled: true; cycle: true; - scrollbar: false; + scrollbar: true; layout: vertical; - reverse: true; - fixed-height: false; + reverse: false; + fixed-height: true; fixed-columns: false; background-color: transparent; } -- cgit v1.2.3