1.0.0 • Published 5 years ago

hyperstrip-hyperline-essentials v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

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