home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Systeme / SysMeter / readme.txt < prev    next >
Text File  |  1999-06-06  |  3KB  |  94 lines

  1.                                 SysMeter v1.03
  2.                                 --------------
  3.  
  4. Setup
  5. -----
  6. Be sure to configure your network device from the right-click menu.
  7. Choose a speed closest to your device speed.  This is used for the
  8. in/out bar scale.
  9.  
  10.  
  11. Skins
  12. -----
  13. See enclosed skins for examples on making your own.  Below you will
  14. find a list of currently supported skin commands.
  15.  
  16.  
  17. ABOUT <text>
  18.  
  19.   Sets the information text for your skin, displayed in the skin selector.
  20.  
  21. BACKGROUND <image>
  22.  
  23.   Image to be used as the main SysMeter window.  Use RGB(255,0,255) for
  24.   any transparent areas.
  25.  
  26. DOCKALIGN <align>
  27.  
  28.   Sets the corner of the active window to dock to.  Valid options are
  29.   topleft, topright, bottomleft, bottomright.
  30.  
  31. DOCKOFFSET <x,y>
  32.  
  33.   Sets the docking position of SysMeter in docked to active window mode,
  34.   relative to the corner specified in DOCKALIGN.
  35.  
  36. FONT <image>
  37.  
  38.   Font to be used for all text display.  Each character should be the size
  39.   specified in FONTSIZE and should contain the following characters in
  40.   order: 0123456789K%.:
  41.  
  42. FONTSIZE <width,height>
  43.  
  44.   Size of each character in the font image.  There are 14 characters so the
  45.   total image size for a 7x11 font would be 14*7 = 98x11.
  46.  
  47. HORIZBAR <image>
  48.  
  49.   Image to be used for horizontal bar meters.
  50.  
  51. METER <type> <text x,y> <bar x,y> <direction>
  52.  
  53.   Instructs SysMeter to put a meter at the specified position.  You can
  54.   specify 'none' for either bar or text positions if you do not wish to
  55.   use one.  Valid types are: CPU (CPU Usage), PHY (Physical Memory Usage),
  56.   SWP (Swap Memory Usage), IN (Network Input), OUT (Network Output).
  57.   Valid directions are horizontal and vertical.
  58.  
  59. TEXT <type> <text x,y>
  60.  
  61.   Instructs SysMeter to put a specified text type at the specified position.
  62.   Valid types are: TIME (Current time hh:mm), UPTIME (System Uptime hh:mm),
  63.   INETTIME (Internet Time).
  64.  
  65.  
  66.  
  67. Known Bugs
  68. ----------
  69. Found one? Email mian@thirty4.com
  70.  
  71.  
  72. Changes
  73. -------
  74.  
  75. v1.03 : Finally got NT support working.. its so hard not having NT to test
  76.         on locally :(
  77.       : Added always on top option
  78.  
  79. v1.02 : Added internet time support.
  80.       : Documented skin functions.
  81.       : Added support for transparent font/bars.
  82.  
  83. v1.01 : Set magicDword on window to remain on all Litestep VWM's
  84.       : Fixed bug where if you switched to an invalid theme then
  85.         cancelled you would be left with no theme.
  86.       : Fixed bug where if a theme had no description it would still
  87.         show the previous themes description.
  88.       : Added time and uptime support.
  89.       : Fixed text kb/sec for in/out not showing (any idea why wsprintf
  90.         can't handle floats but sprintf can?).
  91.       : Updated K-Meter skin.
  92.  
  93. v1.00 : Initial version.
  94.