dotfiles/.config/rofi/config-rofi-Beats.rasi
2026-05-13 20:41:13 +02:00

48 lines
No EOL
711 B
Text

/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* 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;
}