28 lines
433 B
Text
28 lines
433 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* Rofi Config for Google Search) */
|
|
|
|
@import "~/.config/rofi/master-config.rasi"
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 40%;
|
|
y-offset: 6px;
|
|
location: north;
|
|
}
|
|
|
|
/* ---- Inputbar ---- */
|
|
inputbar {
|
|
enabled: true;
|
|
}
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
padding: 0px;
|
|
children: [ "entry"];
|
|
}
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
placeholder: "🔎 Google Search";
|
|
}
|
|
|