/* ---- 💫 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; }