mirror of
https://github.com/polybar/polybar.git
synced 2024-10-27 05:23:39 -04:00
8566051336
Modules that don't produce any output are hidden by the controller (don't have margins or separators). The tray module should also do that for `format = <tray>` when there are no icons. This required the visibility handling to be tied to the module visibility instead of being handled by the renderer. Otherwise, the renderer would hide the tray (because the %{Pt} tag was never sent) and the tray would not unhide when new icons appeared; it can't differentiate between hidden because empty and hidden because the module is hidden by the user (the latter is the reason the renderer does hiding at all). Fixes #3036 |
||
---|---|---|
.. | ||
all.hpp | ||
base.hpp | ||
base.inl | ||
event_handler.hpp | ||
event_module.hpp | ||
factory.hpp | ||
inotify_module.hpp | ||
static_module.hpp | ||
timer_module.hpp | ||
types.hpp |