2022-11-06 22:52:21 +00:00
|
|
|
Displays a fully interactive icon tray using the KDE `libappindicator` protocol.
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
## Configuration
|
|
|
|
|
|
|
|
> Type: `tray`
|
|
|
|
|
|
|
|
***This module provides no configuration options.***
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>JSON</summary>
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"end": [
|
|
|
|
{
|
|
|
|
"type": "tray"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>TOML</summary>
|
|
|
|
|
|
|
|
```toml
|
|
|
|
[[end]]
|
|
|
|
type = "tray"
|
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>YAML</summary>
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
end:
|
|
|
|
- type: "tray"
|
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
<details>
|
|
|
|
<summary>Corn</summary>
|
|
|
|
|
|
|
|
```corn
|
|
|
|
{
|
|
|
|
end = [
|
|
|
|
{ type = "tray" }
|
|
|
|
]
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
|
|
|
</details>
|
|
|
|
|
|
|
|
## Styling
|
|
|
|
|
|
|
|
| Selector | Description |
|
|
|
|
|---------------|------------------|
|
2023-05-06 00:40:06 +01:00
|
|
|
| `.tray` | Tray widget box |
|
|
|
|
| `.tray .item` | Tray icon button |
|
|
|
|
|
|
|
|
For more information on styling, please see the [styling guide](styling-guide).
|