mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 21:07:35 +00:00
Utilities+Base: Rename pape
utility to wallpaper
This commit is contained in:
parent
bfa94dd0b7
commit
85b133d47f
3 changed files with 7 additions and 7 deletions
33
Base/usr/share/man/man1/wallpaper.md
Normal file
33
Base/usr/share/man/man1/wallpaper.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
## 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue