diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-06-18 21:58:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 21:58:08 -0400 |
commit | ce9d9cd6985e7538b7df8834d9e5ce127ebb3b58 (patch) | |
tree | 76b0f107a23db660f7d8650d9efd085996acea5d /cpu-widget | |
parent | 58667d2b58df0c3d2cd404c3cc4abed530b99272 (diff) |
Update README.md
Diffstat (limited to 'cpu-widget')
-rw-r--r-- | cpu-widget/README.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md index 8738ebf..b323f9b 100644 --- a/cpu-widget/README.md +++ b/cpu-widget/README.md @@ -6,8 +6,6 @@ This widget shows the average CPU load among all cores of the machine: ![screenshot](./cpu.gif) -Note: this widget is compatible with Awesome v4.3+, as it is using [awful.popup](https://awesomewm.org/doc/api/classes/awful.popup.html) - ## 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. |