blob: b72c1001dc33c262b5e47e623b155a1c760ff270 (
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config 1440p */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
font: "Fira Code SemiBold 13";
}
/* ---- Window ---- */
window {
width: 40%;
}
/* ---- Entry input ---- */
entry {
width: 18%;
}
/* ---- Listview ---- */
listview {
lines: 8;
}
/* ---- Mode Switcher ---- */
button {
width: 110px;
}
element-text {
font: "Fira Code SemiBold 16";
}
|