123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .\" Man page generated from reStructuredText.
- .
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .TH "WMTIMER" 1 "2021-09-09" "2.92" "SlackBuilds.org"
- .SH NAME
- wmtimer \- alarm clock dockapp for windowmaker
- .\" RST source for wmtimer(1) man page. Convert with:
- .
- .\" rst2man.py wmtimer.rst > wmtimer.1
- .
- .\" rst2man.py comes from the SBo development/docutils package.
- .
- .SH SYNOPSIS
- .sp
- wmtimer \-[a|c|r] [\-b] [\-color \fI<color>\fP] [\-display \fI<display>\fP] [\-geometry \fI<geom>\fP] \-t \fI<hh:mm:ss>\fP \-e \fI<command>\fP
- .SH DESCRIPTION
- .sp
- \fBwmtimer\fP is a dockable alarm clock for WindowMaker which can be run in
- alarm, countdown timer, or chronograph mode. In alarm or timer mode,
- you can either execute a command or sound the system bell when the time
- is reached.
- .sp
- \fBwmtimer\fP can be configured either at startup time via the command
- line, or by using the GTK interface by clicking on the main part of the
- window (anywhere except the buttons).
- .sp
- To switch to the Chrono function simply click on the right arrow button to
- start the chronograph.
- .sp
- You can pause the chronogaph by clicking on the center, rectangle button
- and resume again by clicking the right arrow button.
- .sp
- You can reset the timer by clicking on the left arrow button.
- .sp
- Without any of the \fB\-a\fP, \fB\-c\fP, or \fB\-r\fP options, \fBwmtimer\fP
- just shows the current time until it\(aqs clicked on.
- .sp
- Time entered via the command line must be in the form of hh:mm:ss. You
- don\(aqt need to have 2 digits for each number but you must have at least
- zeroes as placeholders for hours, minutes and seconds.
- .SH OPTIONS
- .INDENT 0.0
- .TP
- .B \-a
- Alarm mode. \fBwmtimer\fP will beep or exec a command at the specified time.
- .TP
- .B \-b
- Beep. This uses the X11 "system bell", which may be disabled
- via \fBxset(1)\fP (in which case you won\(aqt hear anything).
- .TP
- .B \-c
- Countdown timer mode. \fBwmtimer\fP will beep or exec a command when specified time counts down to 0.
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-color \fIcolor\fP
- Set text color; as a color name (e.g. \fBgreen\fP), or hex digits: \fIrgb:RR/GG/BB\fP or \fI#RRGGBB\fP\&.
- .TP
- .B \-display \fIdisplay\fP
- X display to connect to (default: \fB:0\fP).
- .TP
- .B \-e \fIcommand\fP
- Exec command. If the command has arguments, it must be quoted. If
- any of the arguments have spaces, quote them again (e.g. use
- double\-quotes around the whole command, and single\-quotes around
- filenames with spaces).
- .TP
- .B \-geometry \fIgeom\fP
- Window size and placement. Not usually needed.
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-r
- Start in chronograph (stopwatch) mode.
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-t \fI<hh:mm:ss>\fP
- With \fB\-a\fP, sets the alarm time. With \fB\-c\fP, sets the initial time
- to count down from. With \fB\-r\fP, sets the initial time to count \fIup\fP
- from. Without this option, the default time is \fB00:00:00\fP\&.
- .UNINDENT
- .INDENT 0.0
- .TP
- .B \-h
- Show built\-in help.
- .TP
- .B \-v
- Print the version number and exit.
- .UNINDENT
- .SH COPYRIGHT
- .sp
- See the file /usr/doc/wmtimer\-2.92/COPYING for license information.
- .SH AUTHORS
- .sp
- wmtimer was written by Josh King <\fI\%wmtimer@darkops.net\fP>.
- .sp
- This man page written for the SlackBuilds.org project
- by B. Watson, and is licensed under the WTFPL.
- .SH SEE ALSO
- .sp
- /usr/doc/wmtimer\-2.92/README
- .\" Generated by docutils manpage writer.
- .
|