We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e3cbf9 + 4941ac5 commit d646bb6Copy full SHA for d646bb6
apt-widget/README.md
@@ -9,6 +9,15 @@ Features:
9
- update single package
10
- update multiple packages
11
12
+## Customizations
13
+
14
+It is possible to customize widget by providing a table with the following config parameters:
15
16
+| Name | Default | Description |
17
+|---|---|---|
18
+| `icon_control` | `false` | Set or unset whether _any_ click on the screen closes the dropdown after it has been opened. |
19
20
21
## Installation
22
23
Clone the repo under ~/.config/awesome/ folder, then in rc.lua add the following:
@@ -25,3 +34,11 @@ s.mytasklist, -- Middle widget
25
34
...
26
35
```
27
36
37
+Or use the following.
38
39
+```lua
40
+ ...
41
+ apt_widget({icon_control=true}),
42
43
+```
44
0 commit comments