Module: Tray - Alexays/Waybar GitHub Wiki
:warning: tray
is still in beta. There may be bugs. Breaking changes may occur.
Config
Addressed by tray
option | typeof | default | description |
---|---|---|---|
icon-size |
integer | Defines the size of the tray icons. | |
show-passive-items |
bool | false | Defines visibility of the tray icons with Passive status. |
smooth-scrolling-threshold |
double | Threshold to be used when scrolling. | |
spacing |
integer | Defines the spacing between the tray icons. | |
reverse-direction |
bool | false | Defines if new app icons should be added in a reverse order. |
Example:
"tray": {
"icon-size": 21,
"spacing": 10
}
Style
#tray
#tray menu
for the context menu#tray > .passive
for icons with statusPassive
#tray > .active
for icons with statusActive
#tray > .needs-attention
for icons with statusNeedsAttention