summaryrefslogtreecommitdiff
path: root/volume-widget
diff options
context:
space:
mode:
authorTert0 <62036464+Tert0@users.noreply.github.com>2020-12-29 15:44:41 +0100
committerGitHub <noreply@github.com>2020-12-29 15:44:41 +0100
commitd23448a07e655a977b70c8630d102034d7b12807 (patch)
tree0ae4e0f39686f52a1111f46e6606900737fcfaf2 /volume-widget
parenteb742ed9d4c96d3f38a1d654070a0a8aca8850b7 (diff)
Update README.md
Fix for Multiscreen Bug Issue:https://github.com/streetturtle/awesome-wm-widgets/issues/197
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,
...
```