🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hyper-statusline

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyper-statusline

Status Line Plugin for Hyper

Source
npmnpm
Version
1.7.0
Version published
Weekly downloads
29
-62.82%
Maintainers
1
Weekly downloads
 
Created
Source

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']
  ...
}

Note: Currently doesn't support Windows.

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',
      }
    ...
  }
}

Default value is set to true

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

Change Font Size

Default value is set to 12

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        fontSize: 13,
      }
    ...
  }
}

Theme

  • hyper-chesterish

License

MIT © Henrik

Keywords

hyper

FAQs

Package last updated on 19 Jul 2017

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