diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2017-09-28 09:39:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 09:39:16 -0400 |
commit | d9d50d7708a7ea99e73b80b672adbaba00017943 (patch) | |
tree | 0a373889d0ca420660cb9cb38ab4ad66c7925722 | |
parent | d1c7d383b2b99b9ad421941d66be24313876a193 (diff) |
Update README.md
-rw-r--r-- | cpu-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md index dedea8d..5321aa0 100644 --- a/cpu-widget/README.md +++ b/cpu-widget/README.md @@ -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 |