Skip to content

tylerfowle/hyper-statusline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modified hyper-statusline

removed git info since it causes git locks in large repos. this is a stop gap until the offical gets fixed.

hyper-statusline 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.

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

Change Font Family

Default value is set to -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif

module.exports = {
  config: {
    ...
      hyperStatusLine: {
        fontFamily: '"Fira Code"',
      }
    ...
  }
}

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%