hyper-opacity

1.0.0 • Public • Published

hyper-opacity

  • Simple configuration in .hyper.js
  • Compatible with any theme
  • Works on MacOS and Windows

demo

Install

hyper i hyper-opacity

Configure

Add a line to your hyper configuration (~/.hyper.js) :

module.exports = {
  config: {
    // rest of the config
    opacity: 0.85
  }
  // rest of the file
}

Configure the opacity for focused/unfocused windows

module.exports = {
  config: {
    // rest of the config
    opacity: {
      focus: 0.9,
      blur: 0.5
    }
  }
  // rest of the file
}

demo focused window

More

hyper-opacity uses BrowserWindow.setOpacity().

Package Sidebar

Install

npm i hyper-opacity

Weekly Downloads

148

Version

1.0.0

License

MIT

Unpacked Size

2.61 kB

Total Files

4

Last publish

Collaborators

  • lucleray