Edited rofi theme after system upgrade due to inconsistent sizing of
[my-dotfiles.git] / rofi / blackpearl / scrotmenu.rasi
CommitLineData
fdd76fc5 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 {
a443d3fd 26 columns: 2;
fdd76fc5 27 lines: 1;
28 expand: false;
a443d3fd 29 spacing: 90px;
30 padding: 254px 453px;
31 /* padding: 284px 343px; */
fdd76fc5 32 orientation: horizontal;
33}
34#element {
35 border: 1;
36 border-radius: 24;
37 border-color: @accent;
38 text-color: @accent;
39 background-color: @bg;
40 orientation: vertical;
a443d3fd 41 padding: 30 60 30;
fdd76fc5 42 horizontal-align: 0.5;
43 vertical-align: 0.5;
44}
45#element.selected {
46 text-color: @bg;
47 background-color: @accent;
48}