From 8166e2ff8b567059459076f052cfe3863b616839 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 13 Aug 2017 12:23:40 +0200 Subject: [PATCH] Fix the example in the tooltip docs (#1980) Reference: https://github.com/awesomeWM/awesome/pull/1978 Signed-off-by: Uli Schlachter --- lib/awful/tooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/tooltip.lua b/lib/awful/tooltip.lua index b2faef28..36f86933 100644 --- a/lib/awful/tooltip.lua +++ b/lib/awful/tooltip.lua @@ -10,7 +10,7 @@ -- How to create a tooltip? -- --- -- --- myclock = wibox.widget.textclock({}, "%T", 1) +-- myclock = wibox.widget.textclock("%T", 1) -- myclock_t = awful.tooltip({ -- objects = { myclock }, -- timer_function = function()