Skip to content

✨My own fork of the plugin Status line for Hyper ✨ as the official one is kind of on hold ! Plus, I need colorzzz !

License

Notifications You must be signed in to change notification settings

liloow/hyperline

 
 

Repository files navigation

HyperLine

========= Forked from HyperLine

HyperLine is a status line plugin for Hyper.app. It shows you useful system information such as free memory, uptime and CPU usage.

Screenshot

Install

  • NOTE: HyperLine is not currently supported when using Microsoft Windows. See this issue for additional information.

To install, clone this repo into ~/.hyper-plugins/local/hyperline

# SSH
git clone git@github.com:liloow/hyperline.git ~/.hyper_plugins/local/

#HTTPS
git clone https://github.com/liloow/hyperline.git ~/.hyper_plugins/local/

AND

edit ~/.hyper.js and add "hyperline" to localPlugins:

localPlugins: [
  "hyperline",
],

Styling the line

You can override the default corlors by providing a comma speparated list of colors your own ordered colors array via COLORZ_HYPERLINE:

  export COLORZ_HYPERLINE=" 'yellow', '#FFFF00', "ghostwhite"

Note: If the provided array does not provide enough colors, it will fallback onto the default list

Configuring plugins

Add the names of plugins in the order in which you would like them to be displayed to your ~/.hyper.js:

config: {                                                                      
  hyperline: {                                                                 
    plugins: [                                                                 
      "ip",                                                                    
      "cpu",                                                                   
      "spotify"                                                                
    ]                                                                          
  },
}

You can see a list of all available plugins in src/lib/plugins/index.js

Contributing

Feel free to contribute to HyperLine by requesting a feature, submitting a bug or contributing code.

Original Authors

Contributors

This project exists thanks to all the people who contribute.

About

✨My own fork of the plugin Status line for Hyper ✨ as the official one is kind of on hold ! Plus, I need colorzzz !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%