aboutsummaryrefslogtreecommitdiff
path: root/linux/home/.config/rofi/options_menu.rasi
blob: 173da8807bdd268750d9e63b9be6be2df1224a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
configuration {
    show-icons:                     false;
    font:                           "Font Awesome 17";
}

window {
    height:                         300;
    width:                          300;
    location:                       northeast;
    anchor:                         northeast;
    x-offset:                       -10;
    y-offset:                       10;
    transparency:                   "real";
    background-color:               #00000000;
    border:                         4px 4px solid 4px 4px;
    border-radius:                  8;
    border-color:                   @primary;
}

mainbox {
    children:                       [message, listview];
    padding:                        0px 0px;
}


textbox {
    horizontal-align:   0.5;
    border:             0px 0px 2px;
    border-color:       @primary;
    margin:             12px;
    padding:            12px;
}

listview {
    padding:                        8px 32px;
}

element {
    padding:                        8px;
    orientation:                    horizontal;
}

element normal.urgent, element alternate.urgent {
    background-color:               @urgent;
}

element normal.active, element alternate.active {
    background-color:               @background-alt;
    border:                         4px 4px solid 4px 4px;
    border-radius:                  8;
    border-color:                   transparent;
}

element selected {
    border:                         4px 4px solid 4px 4px;
    border-radius:                  8;
    border-color:                   @primary;
}

element selected.urgent {
    background-color:               @urgent;
}

element selected.active {
    background-color:               @background-alt;
}

element-text {
    horizontal-align:               0;
    padding:                        0px 8px;
}