Moves from i3 to hypr

This commit is contained in:
Michel 2025-01-19 18:54:38 +01:00
parent 6f069d32e1
commit a186edca69
380 changed files with 23450 additions and 27796 deletions

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