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,50 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (wallpaper) */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
window {
width: 60%;
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
children:
[ "entry", "listbox"];
}
entry {
expand: false;
placeholder: "🎞️ Choose Wallpaper";
}
/* ---- Listview ---- */
listview {
columns: 4;
lines: 3;
}
/* ---- Element ---- */
element {
orientation: vertical;
padding: 0px;
spacing: 0px;
border-radius: 15px;
}
element-icon {
size: 20%;
}
element-text {
font: "Fira Code SemiBold 12";
vertical-align: 0.5;
horizontal-align: 0.5;
}