hyper-matcha-controls
v1.0.0
Published
Hyper matcha-like window controls on linux
Downloads
6
Maintainers
Readme
Hyper-matcha-controls!
A plugin that makes the close, minimize and maximize buttons look like the matcha dark sea window controls. This plugin is tested on linux.
Install
Config
It makes use of showWindowControls
to determine where to place the controls. To move the controls to the left side, change your config to the following:
module.exports = {
config: {
...
showWindowControls: 'left',
...
}
}
Flip controls
Default value is true
module.exports = {
config: {
...
hypermatchaControls: {
flipped: true,
}
...
}
}
Changelog
1.0.1
- Repair mistakes on package.json
- Repair mistakes on readme 1.0.0
- Add matcha dark sea controls
License
MIT © krve