mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
34 lines
526 B
Markdown
34 lines
526 B
Markdown
## Name
|
|
|
|
wallpaper - manage the system wallpaper.
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ wallpaper [--show-all] [--show-current] [name]
|
|
```
|
|
|
|
## Description
|
|
|
|
The `wallpaper` utility can be used to set the system wallpaper and
|
|
list available wallpapers in the `/res/wallpapers/` directory.
|
|
|
|
## Options
|
|
|
|
* `-a`, `--show-all`: Show all wallpapers
|
|
* `-c`, `--show-current`: Show current wallpaper
|
|
|
|
## Examples
|
|
|
|
Set wallpaper to `/res/wallpapers/grid.png`:
|
|
|
|
```**sh
|
|
$ wallpaper grid.png
|
|
```
|
|
|
|
List available wallpapers:
|
|
|
|
```**sh
|
|
$ wallpaper -a
|
|
```
|