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

51 lines
689 B
Plaintext
Raw Permalink Normal View History

2025-02-25 18:42:28 +00:00
@import "~/.config/rofi/config.rasi"
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "message", "listview"];
}
/* ---- Configuration ---- */
configuration {
modi: "drun";
}
/* ---- Window ---- */
window {
width: inherit;
height: inherit;
}
/* ---- Listview ---- */
listview {
columns: 2;
lines: 6;
fixed-height: false;
scrollbar: true;
spacing: 6px;
cycle: true;
}
/* ---- Entry input ---- */
entry {
expand: true;
placeholder: " 👀 View / Edit nixos-dots configs";
}
/* ---- Elements ---- */
element {
orientation: horizontal;
}
element-icon {
size: 0%;
}
element-text {
horizontal-align: 0.0;
margin: 0px;
padding: 0px;
}