blob: c0608c733aedca6344388dad20dde4f23a8d4f93 (
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Config for Google Search) */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 600px;
location: north;
}
listbox {
children: ["listview" ];
}
/* ---- Entry ---- */
entry {
placeholder: "Google Search";
}
/* ---- Inputbar ---- */
textbox-prompt-colon {
str: "🔎";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 0;
}
|