Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

koki-develop/hyper-statusbar

Repository files navigation

Build Maintainability LICENSE Twitter Follow

Hyper Statusbar

Hyper Statusbar is a plugin for Hyper that displays a status bar.

screenshot

Installation

Hyper Statusbar can be cloned locally and used as a local plugin.
( As I am developing it for my own use, I don't plan to release it as an npm package. )

First, clone this repository to ~/.hyper_plugins/local and build it.

$ git clone git@github.com:koki-develop/hyper-statusbar.git ~/.hyper_plugins/local/hyper-statusbar
$ yarn --cwd ~/.hyper_plugins/local/hyper-statusbar install
$ yarn --cwd ~/.hyper_plugins/local/hyper-statusbar build

Then edit ~/.hyper.js and add "hyper-statusbar" to localPlugins.

// ~/.hyper.js
localPlugins: ["hyper-statusbar"],

Configuration

You can specify which panel to display in the config.statusbar.panels in ~/.hyper.js.

// ~/.hyper.js
config: {
  statusbar: {
    panels: ["battery", "user", "cpu", "memory", "ip", "clock"],
  },
}

LICENSE

MIT

About

Plugin for Hyper that displays a status bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published