blob: 52b4cfa76548245514412e9ef293e8a9f9d172f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Beats Config (compact) */
@import "~/.config/rofi/config-compact.rasi"
/* ---- Entry ---- */
entry {
placeholder: "Choose Online Music Station";
}
/* ---- Inputbar ---- */
textbox-prompt-colon {
str: "📻";
}
/* ---- Listview ---- */
listview {
lines: 7;
}
|