Skip to content

Commit

Permalink
Merge pull request #447 from radiodee1/icon-control-readme
Browse files Browse the repository at this point in the history
modify readme for icon-control
  • Loading branch information
streetturtle authored Jun 22, 2024
2 parents 5e3cbf9 + 4941ac5 commit d646bb6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apt-widget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -25,3 +34,11 @@ s.mytasklist, -- Middle widget
...
```

Or use the following.

```lua
...
apt_widget({icon_control=true}),
...
```

0 comments on commit d646bb6

Please sign in to comment.