-
Notifications
You must be signed in to change notification settings - Fork 61
Tray
Jake Stanger edited this page May 6, 2023
·
10 revisions
Displays a fully interactive icon tray using the KDE libappindicator
protocol.
Type:
tray
This module provides no configuration options.
JSON
{
"end": [
{
"type": "tray"
}
]
}
TOML
[[end]]
type = "tray"
YAML
end:
- type: "tray"
Corn
{
end = [
{ type = "tray" }
]
}
Selector | Description |
---|---|
.tray |
Tray widget box |
.tray .item |
Tray icon button |
For more information on styling, please see the styling guide.