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

47 lines
650 B
Plaintext
Raw Permalink Normal View History

2025-02-25 18:42:28 +00:00
/* Rofi Beats Config */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: inherit;
height: inherit;
}
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "listview"];
}
/* ---- Entry ---- */
entry {
placeholder: "📻 Choose Media or Stations to play";
}
/* ---- Listview ---- */
listview {
columns: 2;
lines: 7;
fixed-height: false;
margin: 10px;
scrollbar: 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;
}