From 4941ac59deb256e727dcf3907ff1bc93ae90d6e2 Mon Sep 17 00:00:00 2001 From: David Liebman Date: Thu, 13 Jun 2024 14:56:31 -0400 Subject: [PATCH] modify readme for icon-control --- apt-widget/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apt-widget/README.md b/apt-widget/README.md index f3ac47a..b09b2cb 100644 --- a/apt-widget/README.md +++ b/apt-widget/README.md @@ -9,6 +9,15 @@ Features: - update single package - update multiple packages +## Customizations + +It is possible to customize widget by providing a table with the following config parameters: + +| Name | Default | Description | +|---|---|---| +| `icon_control` | `false` | Set or unset whether _any_ click on the screen closes the dropdown after it has been opened. | + + ## Installation Clone the repo under ~/.config/awesome/ folder, then in rc.lua add the following: @@ -25,3 +34,11 @@ s.mytasklist, -- Middle widget ... ``` +Or use the following. + +```lua + ... + apt_widget({icon_control=true}), + ... +``` +