47 lines
650 B
Plaintext
47 lines
650 B
Plaintext
|
/* 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;
|
||
|
}
|