Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (31 loc) · 1.18 KB

hyperassets

Assets and json references for hyper software

loadingquotes.json | Phrases

Array of phrases used during load & waiting time for any hyper software.

["That's one phrase!", "Here's another!"]

loadingartwork.json | Images

Array of artwork objects, provides custom artworks to hyperbar loading window, similar to Photoshop and other adobe products.

  {
    "author": "Author of the artwork",
    "name": "Name of this artwork",
    "link": "A link crediting this creator",
    "image": "URL for this image (can be hosted in the repository as well)"
  }

communityrepository.json | Hyperbar approved widgets & Themes

Object with two arrays (one for themes, another for widgets). The idea behind this repository file is to only allow curated widgets to be installed directly from hyper. This list doesn't affect hyper ability to install unknown/thirdparty widgets

Format is the same as a github URL for the widget repository.

Anyone can contribute to this list as well

  {"themes":[
    {"user": "GitHub author username", "package": "Repository name"} 
  ],
  "widgets":[
    {"user": "GitHub author username", "package": "Repository name"} 
  ]}