1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +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

@ -1,16 +1,16 @@
## Name
pape - manage the system wallpaper.
wallpaper - manage the system wallpaper.
## Synopsis
```**sh
$ pape [--show-all] [--show-current] [name]
$ wallpaper [--show-all] [--show-current] [name]
```
## Description
The `pape` utility can be used to set the system wallpaper and
The `wallpaper` utility can be used to set the system wallpaper and
list available wallpapers in the `/res/wallpapers/` directory.
## Options
@ -23,11 +23,11 @@ list available wallpapers in the `/res/wallpapers/` directory.
Set wallpaper to `/res/wallpapers/grid.png`:
```**sh
$ pape grid.png
$ wallpaper grid.png
```
List available wallpapers:
```**sh
$ pape -a
$ wallpaper -a
```