-
Notifications
You must be signed in to change notification settings - Fork 55
Tray
Jake Stanger edited this page Oct 15, 2022
·
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 |