summaryrefslogtreecommitdiff
path: root/volume-widget
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2021-01-08 11:52:41 -0500
committerGitHub <noreply@github.com>2021-01-08 11:52:41 -0500
commitb28f55e538e6e19aeb74c3f22342b0602dd7fbee (patch)
treeeeb6448a74e845f39395f2144f615f4d47d64683 /volume-widget
parente648cf4936355708314672e8ddab8c1df25644b5 (diff)
parentd23448a07e655a977b70c8630d102034d7b12807 (diff)
Merge pull request #230 from Tert0/patch-1
Update README.md
Diffstat (limited to 'volume-widget')
-rw-r--r--volume-widget/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index cd53f49..aebcf98 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -23,11 +23,12 @@ It is possible to customize widget by providing a table with all or some of the
```lua
local volume_widget = require("awesome-wm-widgets.volume-widget.volume")
+local volume_widget_widget = volume_widget({display_notification = true})
...
s.mytasklist, -- Middle widget
{ -- Right widgets
...
- volume_widget({display_notification = true}),
+ volume_widget_widget,
...
```