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,59 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (compact) */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Window ---- */
window {
width: 40%;
border-radius: 15px;
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
children:
[ "inputbar", "listbox"];
}
/* ---- Listbox ---- */
listbox {
border-radius: 12px;
}
/* ---- Inputbar ---- */
inputbar {
padding: 14px;
border-radius: 10px;
}
entry {
placeholder: "󰸉 Choose ZSH theme";
}
/* ---- Listview ---- */
listview {
columns: 3;
lines: 3;
spacing: 4px;
border-radius: 10px;
}
/* ---- Element ---- */
element {
border-radius: 10px;
}
/*****----- Message -----*****/
message {
border-radius: 10px;
}
textbox {
padding: 15px;
}