summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-06-14 22:21:58 -0400
committerGitHub <noreply@github.com>2021-06-14 22:21:58 -0400
commit625f6690e7ea6b25d9910cf084abf9bdcd09c925 (patch)
treed53d48c30b3a91824b2fe3695b7fca279b9e4038
parent2a02853947adc89c4c5a7086f60d7dce247076b0 (diff)
[cpu] add version requirement
-rw-r--r--cpu-widget/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md
index b323f9b..8738ebf 100644
--- a/cpu-widget/README.md
+++ b/cpu-widget/README.md
@@ -6,6 +6,8 @@ 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.