Edited rofi theme after system upgrade due to inconsistent sizing of
[my-dotfiles.git] / rofi / blackpearl / i3exit.rasi
CommitLineData
fdd76fc5 1/*
2 * BLACKPEARL appsmenu rofi theme
3 * tested on a 1366x768 screen
4 */
5
fdd76fc5 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 orientation: vertical;
22 spacing: 0;
23 children: [ textbox1, listview ];
24 border: 0;
25 padding: 0;
26 margin: 0;
27}
28
29#textbox1 {
30 margin: 0;
31 padding: 0;
32 width: 100%;
33 text-color: @accent;
34 font: @text-font-title;
35 str: "Are you sure you want to exit?";
36 vertical-align: 0;
37 horizontal-align: 0.5;
38 vertical-align: 0.5;
39}
40#listview {
41 columns: 3;
42 lines: 1;
43 expand: false;
44 spacing: 90px;
fdd76fc5 45 padding: 34px 453px 254px;
46 orientation: horizontal;
47}
48#element {
49 border: 1;
50 border-radius: 24;
51 border-color: @accent;
52 text-color: @accent;
53 background-color: @bg;
54 orientation: vertical;
55 padding: -30 60 30;
56 horizontal-align: 0.5;
57 vertical-align: 0.5;
58}
59#element.selected {
60 text-color: @bg;
61 background-color: @accent;
62}