mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Base: Add pape man page documentation
This commit is contained in:
parent
f606e78556
commit
c006952aeb
Notes:
sideshowbarker
2024-07-19 00:28:25 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/c006952aeb4 Pull-request: https://github.com/SerenityOS/serenity/pull/4612
1 changed files with 33 additions and 0 deletions
33
Base/usr/share/man/man1/pape.md
Normal file
33
Base/usr/share/man/man1/pape.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
## Name
|
||||
|
||||
pape - manage the system wallpaper.
|
||||
|
||||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ pape [--show-all] [--show-current] [name]
|
||||
```
|
||||
|
||||
## Description
|
||||
|
||||
The `pape` 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
|
||||
$ pape grid.png
|
||||
```
|
||||
|
||||
List available wallpapers:
|
||||
|
||||
```**sh
|
||||
$ pape -a
|
||||
```
|
Loading…
Reference in a new issue