waybar/src
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
..
modules fix(tray): fix visibility of Passive items 2021-10-02 00:08:45 -07:00
util fix(rfkill): handle EAGAIN correctly 2021-02-10 08:26:21 -08:00
ALabel.cpp Support per-device icon in pulseaudio 2021-07-15 09:20:43 +02:00
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp feat(bar): add config flag to disable exclusive zone 2021-05-21 22:44:18 -07:00
client.cpp refactor(config): remove style handling from Config 2021-09-15 21:34:53 +07:00
config.cpp fix(config): preserve explicit null when merging objects 2021-09-15 22:20:44 +07:00
factory.cpp Prefer keyboard-state over keyboard_state 2021-07-23 09:45:07 -04:00
main.cpp Implement support for reloading of config files. 2020-08-28 22:34:24 +10:00