feat: Add initial hyprland config

This commit is contained in:
2025-04-01 17:21:04 +11:00
parent 855f6b8522
commit 98984bfc7f
27 changed files with 1295 additions and 11 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";
}