diff --git a/docs/modules/Clipboard.md b/docs/modules/Clipboard.md index 24161dc..9ad724a 100644 --- a/docs/modules/Clipboard.md +++ b/docs/modules/Clipboard.md @@ -12,7 +12,7 @@ Supports plain text and images. | Name | Type | Default | Description | |-----------------------|---------------------------------------|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------| | `icon` | `string/image` | `󰨸` | Icon to show on the widget button. | -| `max_items` | `integer` | `10` | Maximum number of items to show on the bar. | +| `max_items` | `integer` | `10` | Maximum number of items to show in the popup. | | `truncate` | `start` or `middle` or `end` or `Map` | `null` | The location of the ellipses and where to truncate text from. Leave null to avoid truncating. Use the long-hand `Map` version if specifying a length. | | `truncate.mode` | `start` or `middle` or `end` | `null` | The location of the ellipses and where to truncate text from. Leave null to avoid truncating. | | `truncate.length` | `integer` | `null` | The fixed width (in chars) of the widget. Leave blank to let GTK automatically handle. |