blob: 2fc2f475d1dd84d7e634173b577c3a37591ebde2 (
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
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Config for Google Search) */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 40%;
location: north;
}
/* ---- Inputbar ---- */
inputbar {
enabled: true;
padding: 2px;
margin: 2px;
}
/* ---- Mainbox ---- */
mainbox {
padding: 2px;
children: [ "entry"];
}
/* ---- Entry ---- */
entry {
placeholder: "🔎 Google Search";
}
|