feat: Add initial hyprland config
This commit is contained in:
28
.config/rofi/config-search.rasi
Normal file
28
.config/rofi/config-search.rasi
Normal file
@@ -0,0 +1,28 @@
|
||||
/* ---- 💫 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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user