Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sindresorhus/windows-wallpaper
Manage the desktop wallpaper on Windows
https://github.com/sindresorhus/windows-wallpaper
binary cli cli-app desktop-wallpaper rust wallpaper windows
Last synced: about 1 month ago
JSON representation
Manage the desktop wallpaper on Windows
- Host: GitHub
- URL: https://github.com/sindresorhus/windows-wallpaper
- Owner: sindresorhus
- License: mit
- Created: 2015-04-03T06:37:52.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T19:32:17.000Z (about 1 year ago)
- Last Synced: 2024-05-22T17:34:07.192Z (6 months ago)
- Topics: binary, cli, cli-app, desktop-wallpaper, rust, wallpaper, windows
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 111
- Watchers: 9
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# windows-wallpaper
> Manage the desktop wallpaper on Windows
*Requires Windows 10 or later.*
## Install
[Download](https://github.com/sindresorhus/windows-wallpaper/releases/latest) the binary and put it somewhere in your [`%path%`](http://stackoverflow.com/a/28778358/64949).
## Usage
```sh
# Set
wallpaper set unicorn.jpg# Set with scaling options
wallpaper set unicorn.jpg --scale [center | stretch | tile | span | fit | fill]# Get
wallpaper get
> /Users/sindresorhus/unicorn.jpg
```## Build
Inside the project's folder:
```
cargo build --release
```## Related
- [wallpaper](https://github.com/sindresorhus/wallpaper) - Get or set the desktop wallpaper.