blob: a45006c88b3b0a919f5187da1d127a85d98f8132 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Beats Config (compact) */
@import "~/.config/rofi/config-compact.rasi"
/* ---- Entry ---- */
entry {
placeholder: "📻 Choose Media or Stations to play";
}
/* ---- Listview ---- */
listview {
lines: 6;
scrollbar: true;
}
|