blob: 07809fbbb8636f2a912a2c34309edd260b4260cc (
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */
@import "~/.config/rofi/master-config.rasi"
/* ---- Window ---- */
window {
width: 60%;
}
/* ---- Entry input ---- */
entry {
width: 18%;
}
/* ---- Mode Switcher ---- */
button {
width: 110px;
}
/* ---- Listview ---- */
listview {
columns: 6;
lines: 4;
fixed-height: true;
}
/* ---- Element ---- */
element {
orientation: vertical;
padding: 12px;
spacing: 6px;
border-radius: 20px;
}
element-icon {
size: 5%;
}
element-text {
font: "Fira Code SemiBold 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}
|