From 625f6690e7ea6b25d9910cf084abf9bdcd09c925 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 14 Jun 2021 22:21:58 -0400 Subject: [cpu] add version requirement --- cpu-widget/README.md | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3