42 lines
554 B
Plaintext
42 lines
554 B
Plaintext
/* Clipboard Config - Clipboard */
|
|
|
|
@import "~/.config/rofi/config.rasi"
|
|
|
|
/* ---- Window ---- */
|
|
window {
|
|
width: 50%;
|
|
}
|
|
|
|
/* ---- Mainbox ---- */
|
|
mainbox {
|
|
children:
|
|
[ "inputbar", "message", "listview"];
|
|
}
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 47%;
|
|
placeholder: " 📋 Search Clipboard ";
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 1;
|
|
lines: 7;
|
|
fixed-height: false;
|
|
}
|
|
|
|
/* ---- Elements ---- */
|
|
element {
|
|
orientation: horizontal;
|
|
}
|
|
|
|
element-icon {
|
|
size: 0%;
|
|
}
|
|
|
|
element-text {
|
|
horizontal-align: 0.0;
|
|
vertical-align: 0.5;
|
|
}
|