summaryrefslogtreecommitdiff
path: root/cpu-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2017-09-28 09:39:16 -0400
committerGitHub <noreply@github.com>2017-09-28 09:39:16 -0400
commitd9d50d7708a7ea99e73b80b672adbaba00017943 (patch)
tree0a373889d0ca420660cb9cb38ab4ad66c7925722 /cpu-widget
parentd1c7d383b2b99b9ad421941d66be24313876a193 (diff)
Update README.md
Diffstat (limited to 'cpu-widget')
-rw-r--r--cpu-widget/README.md2
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