1.0.2 • Published 5 years ago

hyperpower2 v1.0.2

Weekly downloads
14
License
-
Repository
github
Last release
5 years ago

Hyperpower

Extension for Hyper that turns on power mode.

  • Simple configuration in .hyper.js

hyper

How to use

Install Hyper and add hyperpower2 to plugins in ~/.hyper.js.

Configure

Add a hyperPower section to your hyper configuration (~/.hyper.js) with any of the following properties. Missing properties will use these default values:

module.exports = {
  config: {
    // rest of the config
    hyperPower: {
      shake: false,
      colorMode: 'cursor', // 'cursor', 'custom', 'rainbow'
      colors: ['#eee'],
      particleSize: 3,
      minSpawnCount: 10,
      maxSpawnCount: 12,
      maximumParticles: 500
    }
  }
  // rest of the file
};

Credits

Based on power-mode and rage-power and hyperpower.

License

MIT