d62b574d7e2e4571d1873a00e08a754f16759b29
[my-dotfiles.git] / rofi / blackpearl / scrotmenu.rasi
1 /*
2 * BLACKPEARL appsmenu rofi theme
3 * tested on a 1366x768 screen
4 */
5
6 /* IMPORTS */
7 @import "shared/settings.rasi"
8 @import "shared/reset.rasi"
9
10
11 #scrollbar {
12 enabled: false;
13 }
14 #window {
15 font: "Hurmit Nerd Font Mono 75";
16 fullscreen: true;
17 transparency: "real";
18 background-color: @bg-trans;
19 }
20 #mainbox {
21 children: [ listview ];
22 border: 0;
23 padding: 0;
24 }
25 #listview {
26 columns: 3;
27 lines: 1;
28 expand: false;
29 spacing: 60px;
30 padding: 284px 343px;
31 orientation: horizontal;
32 }
33 #element {
34 border: 1;
35 border-radius: 24;
36 border-color: @accent;
37 text-color: @accent;
38 background-color: @bg;
39 orientation: vertical;
40 padding: -30 60 30;
41 horizontal-align: 0.5;
42 vertical-align: 0.5;
43 }
44 #element.selected {
45 text-color: @bg;
46 background-color: @accent;
47 }
48