Fetches Bing Wallpaper and changes wallpaper by python script.
Just run python3 wallpaper.py
- Linux: Unity and Gnome3
- Windows: 7, 10, 11 (tested)
- MacOS: (not tested). fix for PR is welcome!
You can download exact same functioning application from Microsoft Bing Wallpaper
But it sits on your tray icon and eats your RAM (about 7-9MB), not available for other OS.
Well, I use Windows and I love it but I just wanted to remove the tray icon.
For better portability I also tried to have minimal dependencies from other library, using only included imports.
It depends on which operating system you would use, as all operating system includes own scheduler processes:
- Windows: Task Scheduler
- Linux: Cron
- Mac: Cron
I was inspired (actually stolen some code) by some of the followings.