Merge pull request #447 from radiodee1/icon-control-readme

modify readme for icon-control
This commit is contained in:
streetturtle 2024-06-21 21:04:03 -04:00 committed by GitHub
commit d646bb6db9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -9,6 +9,15 @@ Features:
- update single package - update single package
- update multiple packages - 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 ## Installation
Clone the repo under ~/.config/awesome/ folder, then in rc.lua add the following: 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}),
...
```