-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrofi_config.rasi
68 lines (53 loc) · 841 Bytes
/
rofi_config.rasi
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
configuration {
display-drun: ">_ ";
display-windows: "windows";
drun-display-format: "{icon} {name}";
modi: "drun,window";
show-icons: true;
icon-theme: "Wings-Dark-Icons";
}
@theme "/dev/null"
* {
bg: #24283b;
fg: #c0caf5;
blue: #7dcfff;
selected-bg: #7aa2f7;
background-color: @bg;
border: 0;
margin: 0;
padding: 0;
spacing: 0;
}
window {
width: 40%;
height: 25%;
padding: 10px;
border-radius: 24px;
}
element {
padding: 4 4;
text-color: @fg;
}
element selected {
background-color: @selected-bg;
}
element-text {
background-color: inherit;
text-color: inherit;
vertical-align: 0.5;
}
element-icon {
size: 20;
}
element-icon selected {
size: 20;
background-color: @selected-bg;
}
entry {
padding: 4 0;
text-color: @fg;
}
prompt {
text-color: @blue;
padding: 5px;
}