43 lines
719 B
Text
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;
|
|
}
|