first push of my config files
[my-dotfiles.git] / rofi / blackpearl / i3exit.rasi
CommitLineData
fdd76fc5 1/*
2 * BLACKPEARL appsmenu rofi theme
3 * tested on a 1366x768 screen
4 */
5
6/* IMPORTS */
7
8/* IMPORTS */
9@import "shared/settings.rasi"
10@import "shared/reset.rasi"
11
12
13#scrollbar {
14 enabled: false;
15}
16#window {
17 font: "Hurmit Nerd Font Mono 75";
18 fullscreen: true;
19 transparency: "real";
20 background-color: @bg-trans;
21}
22#mainbox {
23 orientation: vertical;
24 spacing: 0;
25 children: [ textbox1, listview ];
26 border: 0;
27 padding: 0;
28 margin: 0;
29}
30
31#textbox1 {
32 margin: 0;
33 padding: 0;
34 width: 100%;
35 text-color: @accent;
36 font: @text-font-title;
37 str: "Are you sure you want to exit?";
38 vertical-align: 0;
39 horizontal-align: 0.5;
40 vertical-align: 0.5;
41}
42#listview {
43 columns: 3;
44 lines: 1;
45 expand: false;
46 spacing: 90px;
47 /*margin: -294px 0 0;*/
48 padding: 34px 453px 254px;
49 orientation: horizontal;
50}
51#element {
52 border: 1;
53 border-radius: 24;
54 border-color: @accent;
55 text-color: @accent;
56 background-color: @bg;
57 orientation: vertical;
58 padding: -30 60 30;
59 horizontal-align: 0.5;
60 vertical-align: 0.5;
61}
62#element.selected {
63 text-color: @bg;
64 background-color: @accent;
65}