Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

hyper-opacity

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-opacity

Set the opacity of your hyper window

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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().

Keywords

hyper

FAQs

Package last updated on 12 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts