15 lines
351 B
Text
15 lines
351 B
Text
|
/**
|
||
|
* This theme is intended for a 5 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 "layouts/options-horizontal-fullscreen.rasi"
|
||
|
|
||
|
#window {
|
||
|
padding: @option-5-window-padding;
|
||
|
}
|
||
|
#listview {
|
||
|
spacing: @option-5-listview-spacing;
|
||
|
lines: 5;
|
||
|
}
|