From 2e8efb0fb13b71723fb63958a86a1e831cc05dc9 Mon Sep 17 00:00:00 2001 From: contribuewwt <38278035+undefinedDarkness@users.noreply.github.com> Date: Tue, 20 Jul 2021 20:34:43 +0000 Subject: [PATCH] fix 2 letters in task_preview documentation (#76) >:) --- docs/widgets/task_preview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/task_preview.md b/docs/widgets/task_preview.md index 3cb57b7..f621a31 100644 --- a/docs/widgets/task_preview.md +++ b/docs/widgets/task_preview.md @@ -11,7 +11,7 @@ This is a popup widget that will show a preview of the specified client. It is s To enable: ```lua -bling.widget.tag_preview.enable { +bling.widget.task_preview.enable { x = 20, -- The x-coord of the popup y = 20, -- The y-coord of the popup height = 200, -- The height of the popup