wmtimer.rst 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .. RST source for wmtimer(1) man page. Convert with:
  2. .. rst2man.py wmtimer.rst > wmtimer.1
  3. .. rst2man.py comes from the SBo development/docutils package.
  4. .. |version| replace:: 2.92
  5. .. |date| date::
  6. =======
  7. wmtimer
  8. =======
  9. -----------------------------------
  10. alarm clock dockapp for windowmaker
  11. -----------------------------------
  12. :Manual section: 1
  13. :Manual group: SlackBuilds.org
  14. :Date: |date|
  15. :Version: |version|
  16. SYNOPSIS
  17. ========
  18. wmtimer -[a|c|r] [-b] [-color *<color>*] [-display *<display>*] [-geometry *<geom>*] -t *<hh:mm:ss>* -e *<command>*
  19. DESCRIPTION
  20. ===========
  21. **wmtimer** is a dockable alarm clock for WindowMaker which can be run in
  22. alarm, countdown timer, or chronograph mode. In alarm or timer mode,
  23. you can either execute a command or sound the system bell when the time
  24. is reached.
  25. **wmtimer** can be configured either at startup time via the command
  26. line, or by using the GTK interface by clicking on the main part of the
  27. window (anywhere except the buttons).
  28. To switch to the Chrono function simply click on the right arrow button to
  29. start the chronograph.
  30. You can pause the chronogaph by clicking on the center, rectangle button
  31. and resume again by clicking the right arrow button.
  32. You can reset the timer by clicking on the left arrow button.
  33. Without any of the **-a**, **-c**, or **-r** options, **wmtimer**
  34. just shows the current time until it's clicked on.
  35. Time entered via the command line must be in the form of hh:mm:ss. You
  36. don't need to have 2 digits for each number but you must have at least
  37. zeroes as placeholders for hours, minutes and seconds.
  38. OPTIONS
  39. =======
  40. -a
  41. Alarm mode. **wmtimer** will beep or exec a command at the specified time.
  42. -b Beep. This uses the X11 "system bell", which may be disabled
  43. via **xset(1)** (in which case you won't hear anything).
  44. -c
  45. Countdown timer mode. **wmtimer** will beep or exec a command when specified time counts down to 0.
  46. -color *color*
  47. Set text color; as a color name (e.g. **green**), or hex digits: *rgb:RR/GG/BB* or *#RRGGBB*.
  48. -display *display*
  49. X display to connect to (default: **:0**).
  50. -e *command*
  51. Exec command. If the command has arguments, it must be quoted. If
  52. any of the arguments have spaces, quote them again (e.g. use
  53. double-quotes around the whole command, and single-quotes around
  54. filenames with spaces).
  55. -geometry *geom*
  56. Window size and placement. Not usually needed.
  57. -r
  58. Start in chronograph (stopwatch) mode.
  59. -t *<hh:mm:ss>*
  60. With **-a**, sets the alarm time. With **-c**, sets the initial time
  61. to count down from. With **-r**, sets the initial time to count *up*
  62. from. Without this option, the default time is **00:00:00**.
  63. -h Show built-in help.
  64. -v Print the version number and exit.
  65. COPYRIGHT
  66. =========
  67. See the file /usr/doc/wmtimer-|version|/COPYING for license information.
  68. AUTHORS
  69. =======
  70. wmtimer was written by Josh King <wmtimer@darkops.net>.
  71. This man page written for the SlackBuilds.org project
  72. by B. Watson, and is licensed under the WTFPL.
  73. SEE ALSO
  74. ========
  75. /usr/doc/wmtimer-|version|/README