-
Notifications
You must be signed in to change notification settings - Fork 59
Tray
Jake Stanger edited this page Aug 15, 2022
·
10 revisions
Displays a fully interactive icon tray using the KDE libappindicator
protocol.
Type:
tray
This module provides no configuration options.
JSON
{
"right": [
{
"type": "tray"
}
]
}
TOML
[[right]]
type = "tray"
YAML
right:
- type: "tray"
Corn
{
right = [
{ type = "tray" }
]
}
Selector | Description |
---|---|
#tray |
Tray widget box |
#tray .item |
Tray icon button |