Copyright 1989, 1998 The Open Group

Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Except as contained in this notice, the name of The Open Group shall
not be used in advertising or otherwise to promote the sale, use or
other dealings in this Software without prior written authorization
from The Open Group.


OCLOCK 1 __xorgversion__
NAME
oclock - round X clock
SYNOPSIS
oclock [-option ... ]
DESCRIPTION
Oclock simply displays the current time on an analog display.
OPTIONS

8 -fg color choose a different color for the both hands and the jewel of the clock

8 -bg color choose a different color for the background.

8 -jewel color choose a different color for the jewel on the clock.

8 -minute color choose a different color for the minute hand of the clock.

8 -hour color choose a different color for the hour hand of the clock.

8 -backing { WhenMapped Always NotUseful } selects an appropriate level of backing store.

8 -geometry geometry define the initial window geometry; see X(__miscmansuffix__).

8 -display display specify the display to use; see X(__miscmansuffix__).

8 -bd color choose a different color for the window border.

8 -bw width choose a different width for the window border. As the Clock widget changes its border around quite a bit, this is most usefully set to zero.

8 -shape causes the clock to use the Shape extension to create an oval window. This is the default unless the shapeWindow resource is set to false.

8 -noshape causes the clock to not reshape itself and ancestors to exactly fit the outline of the clock.

8 -transparent causes the clock to consist only of the jewel, the hands, and the border.

8 -help prints a usage message and exits.

8 -version prints version info and exits.

COLORS
If you would like your clock to be viewable in color, include the following in the #ifdef COLOR section you read with xrdb: *customization: -color

This will cause oclock to pick up the colors in the app-defaults color customization file: __projectroot__/lib/X11/app-defaults/Clock-color. Below are the default colors: Clock*Background: grey

Clock*BorderColor: light blue

Clock*hour: yellow

Clock*jewel: yellow

Clock*minute: yellow

"SEE ALSO"
X(__miscmansuffix__), X Toolkit documentation
AUTHOR
Keith Packard, MIT X Consortium