Skip to content

quickliketurtle/hyper-statusline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Arrows Color

Expected value is CSS color

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

Disable Footer Transparency

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

License

MIT © Henrik

About

Status Line Plugin for Hyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%