improve: support to customize the spinners (#2397)
This commit is contained in:
@@ -558,6 +558,48 @@ M._defaults = {
|
||||
align = "center", -- left, center, right for title
|
||||
rounded = true,
|
||||
},
|
||||
spinner = {
|
||||
editing = {
|
||||
"⡀",
|
||||
"⠄",
|
||||
"⠂",
|
||||
"⠁",
|
||||
"⠈",
|
||||
"⠐",
|
||||
"⠠",
|
||||
"⢀",
|
||||
"⣀",
|
||||
"⢄",
|
||||
"⢂",
|
||||
"⢁",
|
||||
"⢈",
|
||||
"⢐",
|
||||
"⢠",
|
||||
"⣠",
|
||||
"⢤",
|
||||
"⢢",
|
||||
"⢡",
|
||||
"⢨",
|
||||
"⢰",
|
||||
"⣰",
|
||||
"⢴",
|
||||
"⢲",
|
||||
"⢱",
|
||||
"⢸",
|
||||
"⣸",
|
||||
"⢼",
|
||||
"⢺",
|
||||
"⢹",
|
||||
"⣹",
|
||||
"⢽",
|
||||
"⢻",
|
||||
"⣻",
|
||||
"⢿",
|
||||
"⣿",
|
||||
},
|
||||
generating = { "·", "✢", "✳", "∗", "✻", "✽" },
|
||||
thinking = { "🤯", "🙄" },
|
||||
},
|
||||
input = {
|
||||
prefix = "> ",
|
||||
height = 6, -- Height of the input window in vertical layout
|
||||
|
||||
Reference in New Issue
Block a user