hyper-statusline

1.7.6 • Public • Published

hyper-statusline hyper npm npm

Status Line Plugin for Hyper. Shows clickable & useful information. Matches any theme.

hyper-statusline

Install

Add following to your ~/.hyper.js config.

module.exports = {
  ...
  plugins: ['hyper-statusline']
  ...
}

Config

Add following to ~/.hyper.js

Change Git Dirty Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        dirtyColor: 'salmon',
      }
    ...
  }
}

Change Git Ahead Color

Expected value is CSS color

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        aheadColor: 'ivory',
      }
    ...
  }
}

Disable Footer Transparency

Default value is set to true

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        footerTransparent: false,
      }
    ...
  }
}

Theme

License

MIT © Henrik

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.7.660latest

Version History

VersionDownloads (Last 7 Days)Published
1.7.660
1.7.53
1.7.43
1.7.33
1.7.23
1.7.13
1.7.03
1.6.103
1.6.93
1.6.83
1.6.73
1.6.63
1.6.53
1.6.43
1.6.33
1.6.23
1.6.13
1.6.03
1.5.33
1.5.23
1.5.13
1.5.03
1.4.23
1.4.13
1.4.03
1.3.83
1.3.73
1.3.63
1.3.53
1.3.43
1.3.33
1.3.23
1.3.13
1.3.03
1.2.33
1.2.23
1.2.13
1.2.03
1.1.13
1.1.03
1.0.03

Package Sidebar

Install

npm i hyper-statusline

Weekly Downloads

180

Version

1.7.6

License

MIT

Unpacked Size

19.8 kB

Total Files

4

Last publish

Collaborators

  • henrikdahl