Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[StatusNotifier] fix recursive icon search
Tried to be too cute with previous code. Where there's no IconThemePath, we got an empty `Path` object which is equivalent to `Path('.')` meaning that we'd always do a recursive search on the current folder. This PR fixes that by only creating a `Path` object if there is a theme path. Fixes qtile#4959
- Loading branch information