blob: 2341e5f668dfe9641aa352af68d862c4685a9a73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (long) */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 50%;
}
/* ---- Entry ---- */
entry {
placeholder: "🔎 Search ";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 8;
scrollbar: true;
}
|