Files

65 lines
1.1 KiB
Scdoc
Raw Permalink 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.
*expand*: ++
typeof: bool ++
default: false ++
Enables this module to consume all left over space dynamically.
2019-08-26 18:15:58 +01:00
# EXAMPLES
```
"tray": {
"icon-size": 21,
2025-02-16 14:30:08 +01:00
"spacing": 10,
"icons": {
"blueman": "bluetooth",
"TelegramDesktop": "$HOME/.local/share/icons/hicolor/16x16/apps/telegram.png"
}
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*