Skip to content

Commit

Permalink
update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 22, 2024
1 parent 3b3067d commit af990ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _widgets/apt-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 @@ -28,3 +37,11 @@ s.mytasklist, -- Middle widget
...
```

Or use the following.

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

0 comments on commit af990ac

Please sign in to comment.