added speed2 to clocks
This commit is contained in:
parent
a0307b7261
commit
96ac61aff1
@ -52,9 +52,9 @@ echo '{"feature": "IPO", "speed": "medium", "speed2": "medium", "animation": "do
|
||||
echo '{"symbols": {}}' >> portfolio_settings.json
|
||||
echo '{"symbols": {}}' >> portfolio_crypto_settings.json
|
||||
echo '{}' >> prepost_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> clock1_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> clock2_settings.json
|
||||
echo '{"speed": "fast", "transition": "up", "pause": "20"}' >> worldclock_settings.json
|
||||
echo '{"speed": "fast", "speed2": "fast", "transition": "up", "pause": "20"}' >> clock1_settings.json
|
||||
echo '{"speed": "fast", "speed2": "fast", "transition": "up", "pause": "20"}' >> clock2_settings.json
|
||||
echo '{"speed": "fast", "speed2": "fast", "transition": "up", "pause": "20"}' >> worldclock_settings.json
|
||||
echo '{"feature": "Sector Performance", "speed": "medium", "speed2": "medium", "animation": "up", "logos": true, "title": true, "sectors": ["Energy", "Financials", "Real Estate", "Technology"], "data": {}}' >> sector_settings.json
|
||||
echo '{"feature": "Gainers, Losers, Active", "speed": "medium", "speed2": "medium", "animation": "up", "percent": true, "point": true, "logos": true, "chart": false, "title": true, "lohivol": false, "categories": ["Top Gainers", "Top Losers", "Most Active"], "gainers": {}, "losers": {}, "mostactive": {}}' >> market_settings.json
|
||||
echo '{"feature": "Jokes", "speed": "medium", "speed2": "medium", "animation": "up", "title": true, "safe": true, "categories": ["Any"], "blacklist": [], "amount": "5", "jokes": []}' >> jokes_settings.json
|
||||
|
Loading…
Reference in New Issue
Block a user