mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 13:56:33 +02:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "custom-spinner",
|
|
"description": "An alternative spinner for zot that only displays a single spinner text.",
|
|
"colors": {
|
|
"dark": {
|
|
"spinner_frames": [
|
|
"\u28FE",
|
|
"\u28FD",
|
|
"\u28FB",
|
|
"\u28BF",
|
|
"\u287F",
|
|
"\u28DF",
|
|
"\u28EF",
|
|
"\u28F7"
|
|
],
|
|
"spinner_messages": [
|
|
"working"
|
|
],
|
|
"spinner_interval_ms": 120
|
|
}
|
|
}
|
|
}
|