Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 483 Bytes

File metadata and controls

13 lines (12 loc) · 483 Bytes

modernstatus

basic looking raystatus implementation, styled with axist css. You can view a demo at modernstatus.axell.me.

installation

when adding the project to your ray config, make sure PluginImplementation is set to 'raystatus':

{
    "Src": "https://github.com/pyrretsoftware/modernstatus",
    "Name": "modernstatus",
    "Domain": "localhost",
    "PluginImplementation" : "raystatus"
}