home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / moonclock / src / moonclock.hlp < prev    next >
Text File  |  1995-02-28  |  3KB  |  118 lines

  1. 1 MOONCLOCK 
  2. Display time of day and moon phase
  3.  
  4. SYNOPSIS
  5.  
  6.  $ moonclock [-option ...]
  7.  
  8. 2 DESCRIPTION
  9. MoonClock simply displays the current time on an analog display
  10. 2 STANDARD OPTIONS
  11.  
  12.     -fg foreground color
  13. choose a different color for the both hands and the jewel of the clock
  14.  
  15.     -bg background color
  16. choose a different color for the background.
  17.  
  18.     -jewel jewel color
  19. choose a different color for the jewel on the clock.
  20.  
  21.     -minute minute color
  22. choose a different color for the minute hand of the clock.
  23.  
  24.     -hour hour color
  25. choose a different color for the hour hand of the clock.
  26.  
  27.     -backing { WhenMapped Always NotUseful }
  28. selects an appropriate level of backing store.
  29.  
  30.     -geometry geometry
  31. define the initial window geometry; see X(1).
  32.  
  33.     -display display
  34. specify the display to use; see X(1).
  35.  
  36.     -bd border color
  37. choose a different color for the window border.
  38.  
  39.     -bw border width
  40. choose a different width for the window border.  As the Clock widget changes
  41. its border around quite a bit, this is most usefully set to zero.
  42.  
  43.     -noshape
  44. causes the clock to not reshape itself and ancestors to exactly
  45. fit the outline of the clock.
  46.  
  47.     -transparent
  48. causes the clock to consist only of the jewel, the hands, and the border.
  49. .SH MOON OPTIONS
  50.  
  51.     -moonclock
  52. switch oclock into moonclock mode
  53.  
  54.     -moon moon color
  55. choose a different color for the moon
  56.  
  57.     -sky sky color
  58. choose a different color for the sky
  59.  
  60.     -stars stars color
  61. choose a different color for the "stars"
  62.  
  63.     -night night color
  64. choose a different color for the border and
  65. the sky, when the night has begun.
  66.  
  67.     -nightstart  24h hour
  68. by default the night-colors are set at 6pm (18h). 
  69. you can change this time (early morning hackers might
  70. prefer values between 2 and 4 ?)
  71.  
  72.     -timezone  +- 24h hour
  73. you can set another timezone; this is useful, if
  74. there are many clocks on your screen (One oclock
  75. for SFO, another for Germany ?)
  76.  
  77. 2 COLORS
  78. If you would like your clock to be viewable in color, include the following 
  79. in the #ifdef COLOR section you read with xrdb:
  80.  
  81. *customization:                 -color
  82.  
  83. This will cause moonclock to pick up the colors in the app-defaults color
  84. customization file:
  85. /usr/lib/X11/app-defaults/Clock-color.
  86. Below are the default colors:
  87.  
  88. Clock*Background: lightsteelblue2
  89.  
  90. Clock*Foreground: violetred1
  91.  
  92. Clock*BorderColor: white
  93.  
  94. Clock*hour: yellow
  95.  
  96. Clock*jewel: yellow
  97.  
  98. Clock*minute: yellow
  99.  
  100. Clock*night: dodgerblue3
  101.  
  102. Clock*moon: yellow
  103.  
  104. Clock*sky: dodgerblue1
  105.  
  106. Clock*stars: white
  107.  
  108. 2 COPYRIGHT
  109. Copyright 1989, Massachusetts Institute of Technology.
  110.  
  111. See X(1) for a full statement of rights and permissions.
  112.  
  113. 2 AUTHORS
  114. Keith Packard, MIT X Consortium
  115. moonclock extensions by Gunter Sprenger
  116. gunter@cs.tu-berlin.de
  117.  
  118.