This project supports multi-monitor wallpaper display on Windows. It can replace the wallpaper of each monitor from different folders for a specific interval. In addition, the python script can help automatically scale up the wallpaper images to fit the monitor resolution(e.g. 4K/2K/1440p) based on waifu2x-caffe.
- replace the YOUR_GALLERY_FOLDERS_HERE macro with your own gallery folder paths.
- Set
Configurature Properties -> General -> TargetName
toMultiMonitorSlideWallpaper
- Build it, and get the exe file
MultiMonitorSlideWallpaper.exe
. - Create a shortcut for
MultiMonitorSlideWallpaper.exe
and paste it to the system auto-startup folder.(Win+R
to openshell:startup
)
- Build it, and get the exe file.
Win+R
to openregedit
. Add KeyNext Wallpaper
under pathHKEY_CLASSES_ROOT\Directory\Background\shell
. Add sub-keycommand
and set value to the path ofmenunextwallpaper.exe
.
- Use
--help
to view the instructions.
You can check Desplay Settings -> Display
to find it. Usually DP comes a higher priority than HDMI.
Add the subsystem
and entry point
macro.