From 9c7a562469feea2357c97e294b623df0fcddd2bb Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Mon, 10 Mar 2025 17:30:32 +0000 Subject: [PATCH] docs(tray): correct to `direction` instead of `orientation` Fixes #886 --- docs/modules/Tray.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/Tray.md b/docs/modules/Tray.md index e40dd04..780f409 100644 --- a/docs/modules/Tray.md +++ b/docs/modules/Tray.md @@ -8,7 +8,7 @@ Displays a fully interactive icon tray using the KDE `libappindicator` protocol. | Name | Type | Default | Description | |----------------------|------------------------------------------------------------|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `orientation` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | Matches bar orientation | The direction in which to pack tray icons. | +| `direction` | `'horizontal'` or `'vertical'` (shorthand: `'h'` or `'v'`) | Matches bar orientation | The direction in which to pack tray icons. | | `icon_size` | `integer` | `16` | Size in pixels to display tray icons as. | | `prefer_theme_icons` | `bool` | `true` | Requests that icons from the theme be used over the item-provided item. Most items only provide one or the other so this will have no effect in most circumstances. |