This is Hyper / HyperStrip plugin that ported from HyperLine.
includes hostname
, ip
, memory
, battery
, cpu
, network
, time
and uptime
.
edit ~/.hyper.js
or other usual ways.
plugins: [
'hyperstrip',
'hyperstrip-hyperline-essentials',
],
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' },
hyperstrip-hyperline-essentials
- hetima
based on HyperLine
- Nick Tikhonov @nicktikhonov
- Tim Neutkens @timneutkens
- Stefan Ivic @stefanivic
- Henrik Dahlheim @henrikdahl