Skip to content
Jake Stanger edited this page Oct 15, 2022 · 10 revisions

Displays a fully interactive icon tray using the KDE libappindicator protocol.

Screenshot showing icon tray widget

Configuration

Type: tray

This module provides no configuration options.

JSON
{
  "end": [
    {
      "type": "tray"
    }
  ]
}
TOML
[[end]]
type = "tray"
YAML
end:
  - type: "tray"
Corn
{
  end = [
    { type = "tray" }
  ]
}

Styling

Selector Description
#tray Tray widget box
#tray .item Tray icon button
Clone this wiki locally