Update README.md

This commit is contained in:
streetturtle 2017-09-28 09:39:16 -04:00 committed by GitHub
parent d1c7d383b2
commit d9d50d7708
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ When the load is more than 80% the graph becomes red. You can easily customize t
## How it works
To measure the load I took Paul Colby's bash [script](http://colby.id.au/calculating-cpu-usage-from-proc-stat/)and rewrote it in Lua, which was quite simple.
To measure the load I took Paul Colby's bash [script](http://colby.id.au/calculating-cpu-usage-from-proc-stat/) and rewrote it in Lua, which was quite simple.
So awesome simply reads the first line of /proc/stat:
```bash