Skip to content

Commit

Permalink
re-org, as these new ones aren't really ready
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Apr 10, 2017
1 parent 0b33141 commit 563b8cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Term/Spinner/Color.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ my %frames = (
'ascii_blink' => [ qw(o -) ],
'ascii_v' => [ qw(v < ^ >) ],
'ascii_inflate' => [ qw(. o O o) ],
'uni_earth' => [ qw(🌍 🌏 🌎) ],
'uni_moon' => [ qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒) ],
'uni_junk_food' => [ qw(🌭 🌮 🌯 🍔 🍕 🍟) ],
'uni_clapping' => [ qw(👐 👏) ],
'uni_diamonds' => [ qw(🔹 🔷 🔸 🔶) ],
'uni_dots' => [ qw(⠋ ⠙ ⠹ ⠸ ⠼ ⠴ ⠦ ⠧ ⠇ ⠏) ],
'uni_dots2' => [ qw(⣾ ⣽ ⣻ ⢿ ⡿ ⣟ ⣯ ⣷) ],
'uni_dots3' => [ qw(⣷ ⣯ ⣟ ⡿ ⢿ ⣻ ⣽ ⣾) ],
Expand Down Expand Up @@ -55,6 +50,11 @@ my %frames = (
'uni_trigram_bounce' => [ qw(☰ ☱ ☲ ☴ ☰ ☴ ☲ ☱) ],
'uni_count' => [ qw(➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉) ],
'uni_ellipsis_propeller' => [ qw(⋮ ⋰ ⋯ ⋱) ],
'uni_earth' => [ qw(🌍 🌏 🌎) ],
'uni_moon' => [ qw(🌑 🌘 🌗 🌖 🌕 🌔 🌒) ],
'uni_junk_food' => [ qw(🌭 🌮 🌯 🍔 🍕 🍟) ],
'uni_clapping' => [ qw(👐 👏) ],
'uni_diamonds' => [ qw(🔹 🔷 🔸 🔶) ],
'wide_ascii_prog' =>
[ qw([>----] [=>---] [==>--] [===>-] [====>] [----<] [---<=] [--<==] [-<===] [<====]) ],
'wide_ascii_propeller' =>
Expand Down

0 comments on commit 563b8cf

Please sign in to comment.