yadm-config/.config/rofi/config-compact.rasi
2025-01-19 18:54:38 +01:00

43 lines
719 B
Text

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config (compact) */
@import "~/.config/rofi/master-config.rasi"
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Window ---- */
window {
width: 50%;
border-radius: 15px;
}
/* ---- Inputbar ---- */
inputbar {
background-image: url("~/.config/rofi/.current_wallpaper", width);
}
/* ---- Imagebox ---- */
imagebox {
orientation: vertical;
children: [ "entry", "listview"];
}
/* ---- Entry input ---- */
entry {
width: 23%;
placeholder: "👀 View / Edit Hyprland Configs";
}
/* ---- Listview ---- */
listview {
spacing: 4px;
border-radius: 12px;
}
/* ---- Element ---- */
element {
border-radius: 10px;
}