diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-06-14 22:25:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 22:25:22 -0400 |
commit | f26e848eb154db4682c8f22be9eb223f6ba416b4 (patch) | |
tree | 14361ad3dc6176cd6d0d10d24c022c35bbb71707 /ram-widget | |
parent | 625f6690e7ea6b25d9910cf084abf9bdcd09c925 (diff) |
[ram] add version requirement
Diffstat (limited to 'ram-widget')
-rw-r--r-- | ram-widget/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ram-widget/README.md b/ram-widget/README.md index dcbf9ab..6e80976 100644 --- a/ram-widget/README.md +++ b/ram-widget/README.md @@ -4,6 +4,8 @@ This widget shows the RAM usage. When clicked another widget appears with more d ![screenshot](./out.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) + ## Customization It is possible to customize widget by providing a table with all or some of the following config parameters: |