waybar-tray - Man Page

tray module

Description

WARNING tray is still in beta. There may me bugs. Breaking changes may occur.

Configuration

Addressed by tray

icon-size:
   typeof: integer
   Defines the size of the tray icons.

show-passive-items:
   typeof: bool
   default: false
   Defines visibility of the tray icons with Passive status.

smooth-scrolling-threshold:
typeof: double
Threshold to be used when scrolling.

spacing:
   typeof: integer
   Defines the spacing between the tray icons.

reverse-direction:
   typeof: bool
   Defines if new app icons should be added in a reverse order

on-update:
typeof: string
Command to execute when the module is updated.

Examples

  "tray": {
      "icon-size": 21,
      "spacing": 10
  }

Style

  • #tray
  • #tray > .passive
  • #tray > .active
  • #tray > .needs-attention

Referenced By

waybar(5).

2023-05-29