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

38 lines
555 B
Plaintext
Raw Normal View History

2025-02-20 21:05:02 +00:00
/* Main config Rofi Beats Config (compact) */
@import "~/.config/rofi/config.rasi"
/* ---- Mainbox ---- */
mainbox {
children:
[ "inputbar", "listview"];
}
/* ---- Entry ---- */
entry {
expand: false;
width: 25%;
placeholder: " 📻 Choose Music Source";
horizontal-align: 0.5;
}
/* ---- Window ---- */
window {
width: 28%;
}
/* ---- Listview ---- */
listview {
fixed-columns: false;
scrollbar: false;
colums: 1;
lines: 3;
}
/* ---- Element ---- */
element-icon {
size: 0%;
}
element-text {
horizontal-align: 0.5;
}