Skip to content
Jake Stanger edited this page Aug 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
{
  "right": [
    {
      "type": "tray"
    }
  ]
}
TOML
[[right]]
type = "tray"
YAML
right:
  - type: "tray"
Corn
{
  right = [
    { type = "tray" }
  ]
}

Styling

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