wallpaper

Get or set the desktop wallpaper on macOS


Keywords
binary, cli, cli-app, desktop-wallpaper, macos, macos-wallpaper, objective-c, wallpaper
License
MIT
Install
brew install wallpaper

Documentation

macos-wallpaper

Get or set the desktop wallpaper on macOS

Should work on >=10.6, but only tested on >=10.9.

Install

Homebrew
$ brew install wallpaper
Manually

Download the binary and put it in /usr/local/bin.

Usage

Set
$ wallpaper unicorn.jpg
Get
$ wallpaper
/Users/sindresorhus/unicorn.jpg
Set scaling method
$ wallpaper unicorn.jpg fill

You can specify the scaling method as the second parameter, which can be either fill, fit, stretch, or center.

If you don't specify a scaling method, it will use your current setting.

Build

$ ./build

Related

  • wallpaper - Get or set the desktop wallpaper cross-platform (Uses this binary)

License

MIT © Sindre Sorhus