summaryrefslogtreecommitdiffstats
path: root/.config/rofi/launcher.rasi
blob: d584fa0b676f516b12731c59cbe49f574dd056c2 (plain) (blame)
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
configuration {
    modi: "drun";
    click-to-exit: true;
    show-icons: false;
    cycle: false;
    m: "-1";
    scroll-method: 0;
}


* {
    background: #1d1f21;
    font: "Noto 10";
    text-color: #eceff4;
    background-color: @background;
    padding: 10px;
}

#window {
    width: 30%;
    /* y-offset: 10%; */
}

#mainbox {
    /* spacing:    0px; */
    children:    [inputbar, listview];
}

#textbox {
    text-color:   #1d1f21;
    background-color: @background;
}

#listview {
    fixed-height:   false;
    dynamic:    true;
    lines: 10;
    spacing: 0px;
    padding: 0px -10px;
}

#element {
    border:     0;
    padding:    10px;
}

#element selected {
    text-color: #5f819d;
}

#inputbar {
    children: [entry];
    spacing:    0px;
}

#entry {
    padding:    1px 0px;
}