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

49 lines
No EOL
731 B
Text

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