data/cli-spinners.json in whirly-0.2.5 vs data/cli-spinners.json in whirly-0.2.6
- old
+ new
@@ -833,7 +833,42 @@
"d",
"q",
"p",
"b"
]
+ },
+ "weather": {
+ "interval": 100,
+ "frames": [
+ "☀️ ",
+ "☀️ ",
+ "☀️ ",
+ "🌤 ",
+ "⛅️ ",
+ "🌥 ",
+ "☁️ ",
+ "🌧 ",
+ "🌨 ",
+ "🌧 ",
+ "🌨 ",
+ "🌧 ",
+ "🌨 ",
+ "⛈ ",
+ "🌨 ",
+ "🌧 ",
+ "🌨 ",
+ "☁️ ",
+ "🌥 ",
+ "⛅️ ",
+ "🌤 ",
+ "☀️ ",
+ "☀️ "
+ ]
+ },
+ "christmas": {
+ "interval": 400,
+ "frames": [
+ "🌲",
+ "🎄"
+ ]
}
}