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

47 lines
696 B
Text

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* 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;
}