Skip to content

Commit

Permalink
feat: add circleFull spinner (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpea2506 authored Jun 4, 2023
1 parent 7e35817 commit 5427398
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lua/noice/util/spinners.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ end
---| "circle"
---| "circleHalves"
---| "circleQuarters"
---| "circleFull"
---| "clock"
---| "dots"
---| "dots10"
Expand Down Expand Up @@ -185,6 +186,10 @@ M.spinners = {
circle = { frames = { "", "", "" }, interval = 120 },
circleHalves = { frames = { "", "", "", "" }, interval = 50 },
circleQuarters = { frames = { "", "", "", "" }, interval = 120 },
circleFull = {
frames = { "", "󰪞", "󰪟", "󰪠", "󰪢", "󰪣", "󰪤", "󰪥" },
interval = 120,
},
clock = {
frames = {
"🕛 ",
Expand Down

0 comments on commit 5427398

Please sign in to comment.