spotlight-watcher
v1.2.0
Published
Periodically extract wallpapers from Windows Spotlight service
Downloads
4
Readme
Spotlight Watcher
A tool written in Node.js to periodically copy wallpapers from Windows Spotlight service. It can be registered as a windows service to auto-run.
Requirement
- node.js >= 8.0.0
- Windows 10 1607 (since which Windows Spotlight has been included) or greater
Use
- clone this repository
git clone https://github.com/MegrezZhu/spotlight-watcher.git
andcd ./spotlight-watcher
- install dependencies
npm i --production
- link as a global tool
npm link
ornpm i -g .
- complete configuration
spotlight config
- manually update gallery
spotlight update
- (optional) install as a service so that it will regularly update the gallery.
spotlight install
(spotlight uninstall
to uninstall) - enjoy!
More
See spotlight -h
in powershell.