1waybar-tray(5) File Formats Manual waybar-tray(5)
2
3
4
6 waybar - tray module
7
9 WARNING tray is still in beta. There may me bugs. Breaking changes may
10 occur.
11
13 Addressed by tray
14
15 icon-size:
16 typeof: integer
17 Defines the size of the tray icons.
18
19 show-passive-items:
20 typeof: bool
21 default: false
22 Defines visibility of the tray icons with Passive status.
23
24 smooth-scrolling-threshold:
25 typeof: double
26 Threshold to be used when scrolling.
27
28 spacing:
29 typeof: integer
30 Defines the spacing between the tray icons.
31
32 on-update:
33 typeof: string
34 Command to execute when the module is updated.
35
37 "tray": {
38 "icon-size": 21,
39 "spacing": 10
40 }
41
42
44 • #tray
45 • #tray > .passive
46 • #tray > .active
47 • #tray > .needs-attention
48
49
50
51 2021-11-02 waybar-tray(5)