Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.61 KB

Hyperbar - Hackable modern topbar for windows.

Hyper is built entirely on webtech and aims to be customizable to the extreme.
Hyper by itself does nothing, all of it's power is concentrated on widgets that extends it's capacity.

Visit my Discord server

Usage preview
Widget installation preview
Widget development preview

🏃‍♀️ How to run hyper


As a developer

  • git clone this repository.
  • navigate to the now clonned repository.
  • on your terminal, install the dependencies
yarn #or npm i
  • start hyper
yarn start #or npm run start

As a normal user


⚡ Making widgets/themes

You can download the example widget and start from there.

Making themes are simple as making a new folder under your hyperfolder (~/.hyperbar/themes) and including a index.css file there, you can also duplicate the default theme and edit from there.