16 lines
No EOL
352 B
Text
16 lines
No EOL
352 B
Text
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
|
/* Clipboard Config - Clipboard */
|
|
|
|
@import "~/.config/rofi/master-config.rasi"
|
|
|
|
/* ---- Entry ---- */
|
|
entry {
|
|
width: 37%;
|
|
placeholder: "📋 Search Clipboard **note** 👀 CTRL Del - Cliphist del or Alt Del - cliphist wipe";
|
|
}
|
|
|
|
/* ---- Listview ---- */
|
|
listview {
|
|
columns: 1;
|
|
lines: 8;
|
|
} |