hyprland-dotfiles/config/rofi/config-clipboard.rasi

42 lines
554 B
Plaintext
Raw Permalink Normal View History

2025-02-20 21:05:02 +00:00
/* 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;
}