Files
dotfiles/rofi/.config/rofi-menus/themes/scrotmenu.rasi
Zastian Pretorius 3f96d7a788 first commit
2021-12-08 19:57:06 +02:00

14 lines
336 B
Plaintext

/**
* This theme is intended for a 3 items wide menu on a 1920x1080 pixels resolution.
* You may have to tweak values such as the window padding if you have a different resolution.
*/
@import "shared/option-menu.rasi"
#window {
padding: @option-3-window-padding;
}
#listview {
spacing: @option-3-listview-spacing;
lines: 3;
}