1.0.2 • Published 6 years ago
sydney.wallpaper v1.0.2
Wallpaper
The Wallpaper Grabber code, used for Speed Dial
Build
- Windows:
Install
MinGW-w64
and run:
> npm run build-win
- macOS: Run
$ npm run build-mac
to build the package. Run
$ npm run build-xcode
to build the XCode package. Run
$ npm run test
to run the test version.
Linux Notes
Some Linux DMs have unfinished code. If you have an unfinished DM, see if you can help us!
Unfinished DMs
- xfconf-query
- setroot
- qdbus
- pcmanfm
- gconftool-2
- dcop
fehs
Usage
const wallpaper = require('sydney.wallpaper');
(async () => { await wallpaper.get(); //=> '/Users/AwesomeTech10/unicorn.jpg' })();