first commit

This commit is contained in:
Zastian Pretorius
2021-12-08 19:57:06 +02:00
commit 3f96d7a788
821 changed files with 25657 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/**
* 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;
}