Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | swaybar: do not retry search for tray icons | Konstantin Pospelov | |
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-01-08 | swaybar: handle SNI signals better | Ian Fan | |
This fixes a crash caused by callbacks not matching the right sender, and frees old values later, before they are re-assigned. | |||
2018-12-31 | swaybar: use KDE's SNI IconThemePath property | Ian Fan | |
2018-12-31 | swaybar: implement tray rendering | Ian Fan | |
2018-12-31 | swaybar: add StatusNotifierItem to tray | Ian Fan | |