55 lines
No EOL
801 B
Text
55 lines
No EOL
801 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* KooL Hyprland Edit Rofi Config */
|
|
|
|
@import "~/.config/rofi/config.rasi"
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
children:
|
|
[ "inputbar", "message", "listview"];
|
|
}
|
|
|
|
|
|
/* ---- Configuration ---- */
|
|
configuration {
|
|
modi: "drun";
|
|
}
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 70%;
|
|
height: inherit;
|
|
}
|
|
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 3;
|
|
lines: 6;
|
|
fixed-height: false;
|
|
scrollbar: true;
|
|
spacing: 6px;
|
|
cycle: true;
|
|
}
|
|
|
|
/* ---- Entry input ---- */
|
|
entry {
|
|
expand: true;
|
|
placeholder: " 💫 Customize KooL Hyprland 💫";
|
|
horizontal-align: 0.5;
|
|
}
|
|
|
|
|
|
/* ---- Elements ---- */
|
|
element {
|
|
orientation: horizontal;
|
|
}
|
|
|
|
element-icon {
|
|
size: 0%;
|
|
}
|
|
element-text {
|
|
horizontal-align: 0.0;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
} |