1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 15:05:09 +00:00
serenity/Base/usr/share/man/man1/wallpaper.md
Tim Ledbetter 8f253a745e Base: Update man pages for utilities
Man pages for utilities now more closely resemble ArgsParser output
2023-04-01 11:49:57 +01:00

34 lines
571 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
* `-r`, `--set-random`: Set random wallpaper
## Examples
Set wallpaper to `/res/wallpapers/grid.png`:
```**sh
$ wallpaper grid.png
```
List available wallpapers:
```**sh
$ wallpaper -a
```