dashing-octostatus icon indicating copy to clipboard operation
dashing-octostatus copied to clipboard

GitHub Status widget for the dashing dashboard framework

Octostatus Widget

GitHub Status widget for the dashing dashboard framework.

Octostatus widget

Usage

You can manually copy these files into widgets/octostatus, or just use a submodule:

$ git submodule add \
  https://github.com/bkeepers/dashing-octostatus \
  widgets/octostatus

Add the widget to your dashboard:

<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
  <div data-id="octostatus" data-view="Octostatus"></div>
</li>