home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 10
/
Freelog010.iso
/
BAS
/
Systeme
/
SysMeter
/
readme.txt
< prev
next >
Wrap
Text File
|
1999-06-06
|
3KB
|
94 lines
SysMeter v1.03
--------------
Setup
-----
Be sure to configure your network device from the right-click menu.
Choose a speed closest to your device speed. This is used for the
in/out bar scale.
Skins
-----
See enclosed skins for examples on making your own. Below you will
find a list of currently supported skin commands.
ABOUT <text>
Sets the information text for your skin, displayed in the skin selector.
BACKGROUND <image>
Image to be used as the main SysMeter window. Use RGB(255,0,255) for
any transparent areas.
DOCKALIGN <align>
Sets the corner of the active window to dock to. Valid options are
topleft, topright, bottomleft, bottomright.
DOCKOFFSET <x,y>
Sets the docking position of SysMeter in docked to active window mode,
relative to the corner specified in DOCKALIGN.
FONT <image>
Font to be used for all text display. Each character should be the size
specified in FONTSIZE and should contain the following characters in
order: 0123456789K%.:
FONTSIZE <width,height>
Size of each character in the font image. There are 14 characters so the
total image size for a 7x11 font would be 14*7 = 98x11.
HORIZBAR <image>
Image to be used for horizontal bar meters.
METER <type> <text x,y> <bar x,y> <direction>
Instructs SysMeter to put a meter at the specified position. You can
specify 'none' for either bar or text positions if you do not wish to
use one. Valid types are: CPU (CPU Usage), PHY (Physical Memory Usage),
SWP (Swap Memory Usage), IN (Network Input), OUT (Network Output).
Valid directions are horizontal and vertical.
TEXT <type> <text x,y>
Instructs SysMeter to put a specified text type at the specified position.
Valid types are: TIME (Current time hh:mm), UPTIME (System Uptime hh:mm),
INETTIME (Internet Time).
Known Bugs
----------
Found one? Email mian@thirty4.com
Changes
-------
v1.03 : Finally got NT support working.. its so hard not having NT to test
on locally :(
: Added always on top option
v1.02 : Added internet time support.
: Documented skin functions.
: Added support for transparent font/bars.
v1.01 : Set magicDword on window to remain on all Litestep VWM's
: Fixed bug where if you switched to an invalid theme then
cancelled you would be left with no theme.
: Fixed bug where if a theme had no description it would still
show the previous themes description.
: Added time and uptime support.
: Fixed text kb/sec for in/out not showing (any idea why wsprintf
can't handle floats but sprintf can?).
: Updated K-Meter skin.
v1.00 : Initial version.