Files
Waybar/man/waybar-tray.5.scd
T

56 lines
893 B
Scdoc
Raw Normal View History

2019-08-26 18:15:58 +01:00
waybar-tray(5)
# NAME
waybar - tray module
# DESCRIPTION
_WARNING_ *tray* is still in beta. There may be bugs. Breaking changes may occur.
2019-08-26 18:15:58 +01:00
# CONFIGURATION
Addressed by *tray*
*icon-size*: ++
typeof: integer ++
Defines the size of the tray icons.
2019-08-26 18:15:58 +01:00
2021-07-02 19:44:10 -07:00
*show-passive-items*: ++
typeof: bool ++
default: false ++
Defines visibility of the tray icons with *Passive* status.
2021-07-02 19:44:10 -07:00
2021-06-26 16:33:25 -07:00
*smooth-scrolling-threshold*: ++
typeof: double ++
Threshold to be used when scrolling.
2019-08-26 18:15:58 +01:00
*spacing*: ++
typeof: integer ++
Defines the spacing between the tray icons.
2019-08-26 18:15:58 +01:00
2022-01-28 19:14:46 +01:00
*reverse-direction*: ++
typeof: bool ++
Defines if new app icons should be added in a reverse order
2022-01-28 19:14:46 +01:00
2020-04-12 18:35:41 +02:00
*on-update*: ++
typeof: string ++
Command to execute when the module is updated.
2019-08-26 18:15:58 +01:00
# EXAMPLES
```
"tray": {
"icon-size": 21,
"spacing": 10
2019-08-26 18:15:58 +01:00
}
```
# STYLE
- *#tray*
2021-07-02 19:44:10 -07:00
- *#tray > .passive*
- *#tray > .active*
- *#tray > .needs-attention*