Waybar/man/waybar-tray.5.scd

52 lines
817 B
Plaintext
Raw Normal View History

2019-08-26 17:15:58 +00:00
waybar-tray(5)
# NAME
waybar - 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.
2021-06-26 23:33:25 +00:00
*smooth-scrolling-threshold*: ++
typeof: double ++
Threshold to be used when scrolling.
2019-08-26 17:15:58 +00:00
*spacing*: ++
typeof: integer ++
Defines the spacing between the tray icons.
2020-04-12 16:35:41 +00:00
*on-update*: ++
typeof: string ++
Command to execute when the module is updated.
2019-08-26 17:15:58 +00:00
# EXAMPLES
```
"tray": {
"icon-size": 21,
"spacing": 10
}
```
# STYLE
- *#tray*
- *#tray > .passive*
- *#tray > .active*
- *#tray > .needs-attention*