dotfiles/.config/rofi/config-keybinds.rasi
2025-12-15 18:20:18 +01:00

48 lines
No EOL
702 B
Text

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Main Config - For Keybinds generation */
@import "~/.config/rofi/config.rasi"
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "message", "listview"];
}
/* ---- Entry ---- */
entry {
expand: true;
placeholder: " 🧮 Search Keybinds";
}
/* ---- Listview ---- */
listview {
columns: 2;
lines: 8;
fixed-height: false;
scrollbar: true;
spacing: 6px;
cycle: true;
}
window {
width: 90%;
height: inherit;
}
/* ---- Elements ---- */
element {
orientation: horizontal;
}
element-icon {
size: 0%;
}
element-text {
horizontal-align: 0.0;
vertical-align: 0.5;
margin: 0px;
padding: 0px;
}