hyper-allex
v1.0.0
Published
hyper plugin with customize settings.
Downloads
5
Maintainers
Readme
hyper-allex
- Simple configuration in
.hyper.js
- Compatible with any theme
- Works on MacOS and Windows
Install
hyper i hyper-allex
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.85,
blur: 0.5
}
}
// rest of the file
}
More
hyper-opacity uses BrowserWindow.setOpacity().