mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +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
|
@ -1,16 +1,16 @@
|
||||||
## Name
|
## Name
|
||||||
|
|
||||||
pape - manage the system wallpaper.
|
wallpaper - manage the system wallpaper.
|
||||||
|
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ pape [--show-all] [--show-current] [name]
|
$ wallpaper [--show-all] [--show-current] [name]
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## 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.
|
list available wallpapers in the `/res/wallpapers/` directory.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
@ -23,11 +23,11 @@ list available wallpapers in the `/res/wallpapers/` directory.
|
||||||
Set wallpaper to `/res/wallpapers/grid.png`:
|
Set wallpaper to `/res/wallpapers/grid.png`:
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ pape grid.png
|
$ wallpaper grid.png
|
||||||
```
|
```
|
||||||
|
|
||||||
List available wallpapers:
|
List available wallpapers:
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ pape -a
|
$ wallpaper -a
|
||||||
```
|
```
|
|
@ -8,7 +8,7 @@ list(APPEND REQUIRED_TARGETS
|
||||||
)
|
)
|
||||||
list(APPEND RECOMMENDED_TARGETS
|
list(APPEND RECOMMENDED_TARGETS
|
||||||
adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init install keymap lsirq lsof lspci man mknod mktemp
|
adjtime aplay abench asctl bt checksum chres cksum copy fortune gunzip gzip init install keymap lsirq lsof lspci man mknod mktemp
|
||||||
nc netstat notify ntpquery open pape passwd pls printf pro shot tar tt unzip zip
|
nc netstat notify ntpquery open passwd pls printf pro shot tar tt unzip wallpaper zip
|
||||||
)
|
)
|
||||||
|
|
||||||
# FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)
|
# FIXME: Support specifying component dependencies for utilities (e.g. WebSocket for telws)
|
||||||
|
@ -168,7 +168,6 @@ target_link_libraries(notify LibGUI LibMain)
|
||||||
target_link_libraries(nproc LibMain)
|
target_link_libraries(nproc LibMain)
|
||||||
target_link_libraries(ntpquery LibMain)
|
target_link_libraries(ntpquery LibMain)
|
||||||
target_link_libraries(open LibDesktop LibMain)
|
target_link_libraries(open LibDesktop LibMain)
|
||||||
target_link_libraries(pape LibGUI LibMain)
|
|
||||||
target_link_libraries(passwd LibCrypt LibMain)
|
target_link_libraries(passwd LibCrypt LibMain)
|
||||||
target_link_libraries(paste LibGUI LibCore LibMain)
|
target_link_libraries(paste LibGUI LibCore LibMain)
|
||||||
target_link_libraries(pathchk LibMain)
|
target_link_libraries(pathchk LibMain)
|
||||||
|
@ -240,6 +239,7 @@ target_link_libraries(userdel LibMain)
|
||||||
target_link_libraries(usermod LibMain)
|
target_link_libraries(usermod LibMain)
|
||||||
target_link_libraries(utmpupdate LibMain)
|
target_link_libraries(utmpupdate LibMain)
|
||||||
target_link_libraries(w LibMain)
|
target_link_libraries(w LibMain)
|
||||||
|
target_link_libraries(wallpaper LibGUI LibMain)
|
||||||
target_link_libraries(wasm LibMain LibWasm LibLine)
|
target_link_libraries(wasm LibMain LibWasm LibLine)
|
||||||
target_link_libraries(watch LibMain)
|
target_link_libraries(watch LibMain)
|
||||||
target_link_libraries(wc LibMain)
|
target_link_libraries(wc LibMain)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue