1.0.2 • Published 6 years ago

sydney.wallpaper v1.0.2

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
6 years ago

Wallpaper

The Wallpaper Grabber code, used for Speed Dial

Build

> 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' })();

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago