-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.rasi
80 lines (69 loc) · 1.21 KB
/
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
69
70
71
72
73
74
75
76
77
78
79
80
configuration {
threads: 0;
modi: "Clipboard:~/.bin/cliphist-rofi.sh,drun,power-menu:rofi-power-menu";
case-sensitive: false;
cycle: true;
scroll-method: 1;
normalize-match: true;
no-lazy-grab: true;
show-icons: true;
icon-theme: "Gruvbox-Material-Dark";
markup: true;
drun-display-format: "{name}";
location: 0;
sidebar-mode: true;
hover-select: true;
eh: 1;
terminal: "kitty";
display-drun: "Application";
display-calc: "Calculator";
}
@theme "/dev/null"
* {
background-color: #32302f;
font-family: "JetBrains Mono";
text-color: #d4be98;
}
#window {
border: 0.2%;
border-radius: 10px;
transparency: "real";
width: 35%;
height: 500;
}
#scrollbar {
enabled: true;
background-color: #252423;
handle-color: #3c3836;
border-color: #000000;
}
#listview {
columns: 1;
fixed-height: false;
dynamic: true;
scrollbar: true;
spacing: 10;
}
#prompt,
entry {
padding: 10;
}
#textbox {
padding: 20;
}
#element-text,
button,
listview {
padding: 5;
}
#element.selected {
background-color: #665c54;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
#button.selected {
background-color: #e78a4e;
text-color: #252423;
}