1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:37:35 +00:00

Utilities+Base: Rename pape utility to wallpaper

This commit is contained in:
networkException 2022-08-02 01:20:40 +02:00 committed by Brian Gianforcaro
parent bfa94dd0b7
commit 85b133d47f
3 changed files with 7 additions and 7 deletions

View 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
```