43 lines
592 B
Plaintext
43 lines
592 B
Plaintext
/* Main Config - emoji */
|
|
|
|
@import "~/.config/rofi/config.rasi"
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
children:
|
|
[ "inputbar", "message", "listview"];
|
|
}
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 45%;
|
|
}
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 37%;
|
|
placeholder: " 💫 Search / Choose Emoji's";
|
|
horizontal-align: 0.0;
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 2;
|
|
lines: 7;
|
|
fixed-height: false;
|
|
scrollbar: true;
|
|
}
|
|
|
|
/* ---- Elements ---- */
|
|
element {
|
|
orientation: horizontal;
|
|
}
|
|
|
|
element-icon {
|
|
size: 0%;
|
|
}
|
|
|
|
element-text {
|
|
horizontal-align: 0.0;
|
|
vertical-align: 0.5;
|
|
} |