blob: b76f751270711f5ed565472db9aa00ac634bfdf8 (
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 💫 ---- */
/* Hyprland Animations (compact) */
@import "~/.config/rofi/config-compact.rasi"
/* ---- Window ---- */
window {
width: 25%;
}
/* ---- Entry ---- */
entry {
placeholder: "✨ Choose Animations to load";
}
/* ---- Listview ---- */
listview {
lines: 8;
}
|