hyprland-dotfiles/config/rofi/config-rofi-Beats.rasi

42 lines
577 B
Plaintext

/* Rofi Beats Config (compact) */
@import "~/.config/rofi/config.rasi"
/* ---- Window ---- */
window {
width: 45%;
}
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "listview"];
}
R
/* ---- Entry ---- */
entry {
placeholder: " 📻 Choose Media or Stations to play";
}
/* ---- Listview ---- */
listview {
columns: 2;
lines: 7;
fixed-height: false;
margin: 10px;
scrollbar: true;
}
/* ---- Elements ---- */
element {
orientation: horizontal;
}
element-icon {
size: 0%;
}
element-text {
horizontal-align: 0.0;
vertical-align: 0.5;
}