waybar/src/modules/sni
Aleksei Bavshin fbedc3d133
fix(tray): fix visibility of Passive items
`show_all` call from `Tray::update` attempts to walk the widget tree and
make every widget visible. Since we control individual tray item
visibility based on `Status` SNI property, we don't want that to happen.

Modify `Tray::update` to control the visibility of a whole tray module
only and ensure that the children of `Item` are still visible when
necessary.
2021-10-02 00:08:45 -07:00
..
host.cpp Fix tray icon scaling on multi-display setups 2021-08-16 23:33:29 -07:00
item.cpp fix(tray): fix visibility of Passive items 2021-10-02 00:08:45 -07:00
tray.cpp fix(tray): fix visibility of Passive items 2021-10-02 00:08:45 -07:00
watcher.cpp Use the same StatusNotifierWatcher for all trays 2020-02-19 12:06:35 +01:00