yadm-config/.config/rofi/config-search.rasi
2025-01-19 18:54:38 +01:00

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";
}