Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atatus/dashing-usagewatch
System information widget to dashing
https://github.com/atatus/dashing-usagewatch
Last synced: 5 days ago
JSON representation
System information widget to dashing
- Host: GitHub
- URL: https://github.com/atatus/dashing-usagewatch
- Owner: atatus
- Created: 2015-10-07T14:36:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T14:53:22.000Z (over 9 years ago)
- Last Synced: 2024-11-19T16:56:56.726Z (2 months ago)
- Language: HTML
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## System information widget to Dashing
[Dashing](http://shopify.github.com/dashing) widget to display
the system CPU and memory information.Note: It is experimental. Only works in current machine.
## Dependencies
[usagewatch](https://github.com/nethacker/usagewatch)
Add it to dashing's gemfile:
```
gem 'usagewatch'
```and run `bundle install`.
## Usage
1. copy `usagewatch.coffee`, `usagewatch.html`, and `usagewatch.scss` into the `/widgets/usagewatch` directory of your Dashing app.
2. Copy the `usagewatch.rb` file into your `/jobs` folder.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
```html
```