sway/include/swaybar/tray
Konstantin Pospelov 167b62851f swaybar: do not retry search for tray icons
In case a tray icon cannot be found or does not have a desirable size,
swaybar retries the search again and again, which increases load on disk
and CPU. This commit solves it by storing target_size for each icon, so
that swaybar does not search for an icon of some size if it already tried to.

Fixes #3789.
2019-10-16 23:26:58 +03:00
..
host.h swaybar: add StatusNotifierHost to tray 2018-12-31 20:40:18 +00:00
icon.h swaybar: implement icon themes and lookup for tray 2018-12-31 20:40:18 +00:00
item.h swaybar: do not retry search for tray icons 2019-10-16 23:26:58 +03:00
tray.h swaybar: add StatusNotifierItem to tray 2018-12-31 20:40:18 +00:00
watcher.h swaybar: add StatusNotifierWatcher to tray 2018-12-31 20:40:18 +00:00