From 9f760295d046a99bb98179f63e7db499fc538018 Mon Sep 17 00:00:00 2001 From: amnweb <16545063+forumwt@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:51:31 +0100 Subject: [PATCH] fix(widget): correct property name from 'ignore_windows' to 'ignore_window' in documentation --- docs/widgets/(Widget)-Active-Windows-Title.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/(Widget)-Active-Windows-Title.md b/docs/widgets/(Widget)-Active-Windows-Title.md index af5f3be..96f861c 100644 --- a/docs/widgets/(Widget)-Active-Windows-Title.md +++ b/docs/widgets/(Widget)-Active-Windows-Title.md @@ -10,7 +10,7 @@ | `max_length` | integer | `None` | The maximum length of the label text. | | `max_length_ellipsis` | string | `"..."` | The ellipsis to use when the label text exceeds the maximum length. | | `monitor_exclusive` | boolean | `True` | Whether the widget should be exclusive to the monitor. | -| `ignore_windows` | dict | `{'classes': [], 'processes': [], 'titles': []}` | Windows to ignore based on class names, process names, and titles. | +| `ignore_window` | dict | `{'classes': [], 'processes': [], 'titles': []}` | Windows to ignore based on class names, process names, and titles. | | `callbacks` | dict | `{'on_left': 'toggle_label', 'on_middle': 'do_nothing', 'on_right': 'do_nothing'}` | Callbacks for mouse events on the widget. | | `container_padding` | dict | `{'top': 0, 'left': 0, 'bottom': 0, 'right': 0}` | Explicitly set padding inside widget container. | | `animation` | dict | `{'enabled': True, 'type': 'fadeInOut', 'duration': 200}` | Animation settings for the widget. |