home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / as10.zip / XFree86 / man / man1 / asclock.gz / asclock
Text File  |  1997-06-17  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. asclock(1.0)                     asclock(1.0)
  5.  
  6.  
  7. NAME
  8.        asclock - the AfterStep clock
  9.  
  10. SYNOPSIS
  11.        asclock [ -help] [-12 | -24] [-shape]
  12.            [-position [+|-]x[+|-]y]
  13.            [-exe program]
  14.            [-led color]
  15.            [-noblink] [-iconic]
  16.  
  17. DESCRIPTION
  18.        The  asclock  is    a clock written to emulate the date/time
  19.        application on the NEXTSTEP(tm) operating system.  asclock
  20.        supports    multiple languages, military and AM/PM time for-
  21.        mats, program execution, and the shape extension to X-Win-
  22.        dows.
  23.  
  24. CONFIGURATION OPTIONS
  25.        -help
  26.           prints the usage message:
  27.               usage:  asclock [-options ...]
  28.               where options include:
  29.               -12            12 hour format
  30.               -24            24 hour format
  31.               -exe <program>      program to start on click
  32.               -led <color>        color of the led
  33.               -position [+|-]x[+|-]y  position of asclock
  34.               -shape          don't display groundplate
  35.               -noblink        don't blink
  36.               -iconic         start up as icon
  37.  
  38.        -12 or -24
  39.           sets  the desired time format to either twelve hour
  40.           with AM/PM ( -12 ) or military time ( -24 ).  If no
  41.           option is given military time is used.
  42.  
  43.        -shape
  44.           turn  on    shaped    window support for asclock.  When
  45.           this is turned on the  asclock  windows  will  only
  46.           appear  to  be  the  led    and date pad.  By default
  47.           shaped windows are turned off and    the  clock  will
  48.           appear on a 64 pixel by 64 pixel base.
  49.  
  50.        -led <color>
  51.           specifies    the  color  of the led. To find out what
  52.           colors are available, try showrgb
  53.  
  54.  
  55.        -position [+|-]x[+|-]y
  56.           specifies the starting  position    of  asclock.  The
  57.           [+|-]  works like the standard X-Windows x/y geome-
  58.           try option.
  59.  
  60.  
  61.  
  62.  
  63.  
  64. asclock            26 October 1996            1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. asclock(1.0)                     asclock(1.0)
  71.  
  72.  
  73.        -exe <program>
  74.           specifies the application to start when the pointer
  75.           is  activated  over asclock. To invoke applications
  76.           with parameters, you have to set quotes around  the
  77.           command. See example below...
  78.  
  79.        -noblink
  80.           specifies if asclock should blink.
  81.  
  82.        -iconic
  83.           This  gives  weird  output with AfterStep, so don't
  84.           bother. It's for mwm and other wm's  with    no  hint
  85.           functionality.
  86.  
  87. INVOCATION
  88.        asclock    can  be    called    from one of many ways.    The most
  89.        common invocation is the command line:
  90.  
  91.         [user@host] ~% asclock -12 -exe 'xlock -mode hop' &
  92.  
  93.        Another way to call asclock is from the window manager:
  94.  
  95.         *Wharf - - MaxSwallow "asclock"    asclock -shape -12&
  96.  
  97.  
  98.  
  99.        This line, when placed in the .steprc file  in  the  users
  100.        home  directory will cause asclock to use the shape exten-
  101.        sions so that it will be a button on the Wharf (1)  button
  102.        bar under the afterstep (1) window manager.
  103.  
  104. COPYRIGHTS
  105.        Copyright  1996, Beat Christen <bchriste@iiic.ethz.ch>. No
  106.        guarantees or  warranties  or  anything    are  provided  or
  107.        implied    in  any way whatsoever.    Use this program at your
  108.        own risk. Permission to use this program for  any  purpose
  109.        is given, as long as the copyright is kept intact.
  110.  
  111. AUTHORS
  112.        Beat Christen <bchriste@iiic.ethz.ch> -- application
  113.  
  114.        Dan Weeks <dan@mango.sfasu.edu> -- man page
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. asclock            26 October 1996            2
  131.  
  132.  
  133.