home *** CD-ROM | disk | FTP | other *** search
- System Monitor v.2.0
-
- ------------------------------
- -- Skins specification --
- ------------------------------
-
- * Skins must be located in the "skins" folder in the installation path.
- * Every skin must be placed in separate folder
- * Skins supports only PNG format
- * The skin definition path must be named MemonSkin.ini
-
- **** Sections of MemonSkin.ini
-
- [options]
- name = <name of skin>
- author = <name of author>
- email = <email of author>
- url = <url of author>
-
- [general]
- background = <background picture>
- size = <width> <height>
-
- The "size" option can is ignored if background is defined. In this case size will be as background picture.
-
- [DataSlot#]
- field = <filed name>
- font = <name of font>
- bold = 0 or 1
- italic = 0 or 1
- pos = x y
- size = <width> <height>
- color = R G B
- align = center or left or right
-
-
- [DataSlot#] sections must begin with 1.
- "field" parameter can be:
- CPU - CPU usage
- PHYS_TOTAL - Total Phisical Memory
- PHYS_USED - Used Phisical Memory
- PHYS_FREE - Free Phisical Memory
- VIRT_TOTAL - Total Virtual Memory
- VIRT_USED - Used Virtual Memory
- VIRT_FREE - Free Virtual Memory
- PAGE_TOTAL - Total Page File
- PAGE_FREE - Free Page File
- PAGE_USED - Used Page File
-
- [diagram#]
- image = <image file name>
- field = <field name>
- type = VertRow or HorzRow or Percent or History
- size = <width> <height>
- point = x y
- fillType = picture or solid or line or color or linepicture or
- startFrom = bottom or top or left or right
- valuesFrom = bottom or top or left or right
- TopSizeMargin = <margin> ; used for stretching image
- BottomSizeMargin = <margin> ; used for stretching image
- LeftSizeMargin = <margin> ; used for stretching image
- RightSizeMargin = <margin> ; used for stretching image
- tile = 1 or 0 ; 1 - tile image, 0 - stretch
-
-