|
|
|
|
@ -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; |
|
|
|
|
} |
|
|
|
|
|