dotfiles/rofi/.config/rofi/themes/layouts/list-vertical-dynamic.rasi

19 lines
255 B
Plaintext

/**
* This theme is intended for a normal vertical list, which can fill the width of the screen.
*/
@import "../settings.rasi"
#window {
padding: 5;
}
#listview {
layout: vertical;
spacing: @option-5-listview-spacing;
}
#element {
padding: 10;
}