Closed JarbasAl closed 3 days ago
The changes involve a reorganization of import statements and an update to the collect_wallpapers
method in the OVOSHomescreenSkill
class. The method now utilizes the XDG cache path for the default wallpaper folder instead of a hardcoded path, improving the flexibility of wallpaper collection. The local wallpaper collection logic remains largely unchanged, continuing to iterate through the local wallpaper folder.
Files | Change Summary |
---|---|
__init__.py |
Reorganized import statements; modified collect_wallpapers method to use XDG cache path for wallpapers instead of a hardcoded path. |
In the garden of code, where rabbits hop free,
A new path for wallpapers, as bright as can be!
With XDG’s embrace, the folders align,
Collecting the colors, oh how they shine!
Hooray for the changes, let’s dance and delight,
For a world full of wallpapers, so vivid and bright! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
needs https://github.com/OpenVoiceOS/ovos-bus-client/pull/120
Summary by CodeRabbit
New Features
Bug Fixes