nixos-dots/config/rofi/config-clipboard.rasi

47 lines
642 B
Plaintext

/* Clipboard Config - Clipboard */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: inherit;
height: inherit;
}
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "message", "listview"];
}
/* ---- Entry ---- */
entry {
width: inherit;
placeholder: " 📋 Search Clipboard ";
}
/* ---- Listview ---- */
listview {
columns: 1;
lines: 8;
fixed-height: true;
spacing: 6px;
cycle: true;
}
/* ---- Elements ---- */
element {
orientation: horizontal;
}
element-icon {
size: 0%;
}
element-text {
horizontal-align: 0.0;
vertical-align: 0.5;
margin: 0px;
padding: 0px;
}