Skip to content

Hyper/HyperStrip plugin collection ported from HyperLine

License

Notifications You must be signed in to change notification settings

jamiedoris/hyperstrip-hyperline-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyperstrip-hyperline-essentials

This is Hyper / HyperStrip plugin that ported from HyperLine.

includes hostname, ip, memory, battery, cpu, network, time and uptime.

screenshot

Installation

edit ~/.hyper.js or other usual ways.

plugins: [
  'hyperstrip',
  'hyperstrip-hyperline-essentials',
],

Configuration

edit ~/.hyper.js for items what you want to use (Every plugin has hyperline- prefix).

  config: {
    hyperstrip: {
      statusBar: {
        plugins: [
          'hyperline-hostname',
          'hyperline-ip',
          'hyperline-memory',
          'hyperline-battery',
          'hyperline-cpu',
          'hyperline-network',
          'hyperline-time',
          'hyperline-uptime',
        ]
      }
    },

hyperline-time has brief configuration format depends on Moment.js.

'hyperline-time', { format: 'LTS' },

Author

hyperstrip-hyperline-essentials

  • hetima

based on HyperLine

About

Hyper/HyperStrip plugin collection ported from HyperLine

Resources

License

Stars

Watchers

Forks

Packages

No packages published