blob: 2064cd1bd3577e0eedb01d6df8f8c71f6accd974 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* Rofi Beats Config (compact) */
@import "~/.config/rofi/config-compact.rasi"
/* ---- Window ---- */
window {
width: 35%;
}
/* ---- Entry ---- */
entry {
width: 25%;
placeholder: " ✨ Choose which Animations to load";
}
/* ---- Listview ---- */
listview {
lines: 10;
}
|