mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3f7956c85c
This does not actually set the background, but calls another program to do it, but what makes it useful is it allows for random images to be used as well as the last image to be called. This makes it useful for setting the image upon login or changing it regullarly through cron. When it is ran for the first time it creates a ZConf config named "zbgset" used store the settings. PR: ports/124964 Submitted by: "Zane C.B." <vvelox@vvelox.net>
17 lines
598 B
Plaintext
17 lines
598 B
Plaintext
NAME
|
|
zbgset - A perl program for managing the background.
|
|
|
|
SYNOPSIS
|
|
zbgset (-f <file>|-r|-l) [-F <fill type>] [-s <ZConf set>]
|
|
|
|
USAGE
|
|
Either -f, -r, or -l need used.
|
|
|
|
This does not actually set the background, but calls another program to
|
|
do it, but what makes it useful is it allows for random images to be
|
|
used as well as the last image to be called. This makes it useful for
|
|
setting the image upon login or changing it regullarly through cron.
|
|
|
|
When it is ran for the first time it creates a ZConf config named
|
|
"zbgset" used store the settings.
|