57b5b74a |
## Usage
`background --help`:
```
background 1.0
Set X Window System background image/video.
usage:
background [-v|--video] [--] [<path>]
background -h|--help
background --version
options:
-v, --video
Changes the default <path> to
${XDG_DATA_HOME:-$HOME/.local/share}/backgrounds-video.
arguments:
<path>
If not a directory, set it as background. If a directory, search
recursively in it (resolving symlinks) and set a random file as
background.
[default: ${XDG_DATA_HOME:-$HOME/.local/share}/backgrounds]
```
|