Status Line Plugin for Hyper
npm install hyper-lrlld-statusline> Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.
Add following to your ~/.hyper.js config.
``javascript`
module.exports = {
...
plugins: ['hyper-statusline']
...
}
Add following to ~/.hyper.js
`javascript
module.exports = {
config: {
...
hyperStatusLine: {
dirtyColor: 'salmon',
}
...
}
}
`$3
Expected value is CSS color`javascript
module.exports = {
config: {
...
hyperStatusLine: {
aheadColor: 'ivory',
}
...
}
}
`$3
Default value is set to true`javascript
module.exports = {
config: {
...
hyperStatusLine: {
footerTransparent: false,
}
...
}
}
``MIT © Henrik