From d23448a07e655a977b70c8630d102034d7b12807 Mon Sep 17 00:00:00 2001 From: Tert0 <62036464+Tert0@users.noreply.github.com> Date: Tue, 29 Dec 2020 15:44:41 +0100 Subject: Update README.md Fix for Multiscreen Bug Issue:https://github.com/streetturtle/awesome-wm-widgets/issues/197 --- volume-widget/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'volume-widget/README.md') 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, ... ``` -- cgit v1.2.3