From 02869d2708ba7653eb5adf76bb4eac49e8907ef1 Mon Sep 17 00:00:00 2001 From: Peter Lyons Date: Fri, 17 Jul 2020 00:57:00 -0400 Subject: Fix doc need to call volumearc_widget() as function Otherwise I got an error trying to use this widget --- volumearc-widget/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'volumearc-widget') diff --git a/volumearc-widget/README.md b/volumearc-widget/README.md index 8f13bbf..ce5c95a 100644 --- a/volumearc-widget/README.md +++ b/volumearc-widget/README.md @@ -63,6 +63,6 @@ s.mytasklist, -- Middle widget { -- Right widgets layout = wibox.layout.fixed.horizontal, ... - volumearc_widget, + volumearc_widget(), ... ``` -- cgit v1.2.3