Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahmadrosid/wlp

🏝️ Set wallpaper from your terminal!
https://github.com/ahmadrosid/wlp

Last synced: 22 days ago
JSON representation

🏝️ Set wallpaper from your terminal!

Awesome Lists containing this project

README

        

# WLP
Set wallpaper from your terminal. It works on Linux, Mac and Windows.

## Installation
Manual
```bash
git clone https://github.com/ahmadrosid/wlp.git
cargo install --path wlp/
```

Install using cargo.
```shell
cargo install wlp
```

## Usage
```shell
USAGE:
wlp [OPTIONS] [path] [SUBCOMMAND]

ARGS:
Image path

OPTIONS:
-e, --ignore Ignore file extensions
-h, --help Print help information
-m, --mode Wallpaper mode option [possible values: center, crop, fit, span, stretch,
tile]
-r, --random Set random wallpaper from unsplash

SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
url Download wallpaper from url
```

Example
```shell
wlp -r -m center
```