home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Rainmeter / Installer / Rainmeter-1.1-32bit.exe / Skins / Enigma / Sidebar / Notes / Notes.ini next >
Encoding:
INI File  |  2009-10-18  |  2.3 KB  |  103 lines

  1. ; ------------------------------------------------------------------------------------------------
  2. ; ENIGMA NOTES
  3. ; Class: Sidebar
  4.  
  5. [Rainmeter]
  6. Author=Kaelri.LCD@gmail.com
  7. AppVersion=1001000
  8. Update=1000
  9. MiddleMouseDownAction=!RainmeterRefresh #CURRENTCONFIG#
  10.  
  11. [Metadata]
  12. Name=Enigma Notes
  13. Config=Enigma | Sidebar | Notes
  14. Description=This skin reads the contents of a simple text file.
  15. Instructions=Click the icon to edit your notes. | Adjust the height of the text area with the variable "NoteHeight". | This skin can read notes from any file, as long as the <title> and <note> tags are present.
  16. Version=2.6
  17. Tags=Notes | Sidebar
  18. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  19. Preview=#SKINSPATH#Enigma\Resources\Images\Preview.png
  20.  
  21. [Variables]
  22. @include=#SKINSPATH#Enigma\Resources\Variables\DefaultVariables.inc
  23.  
  24. ; ------------------------------------------------------------------------------------------------
  25. ; MEASURES
  26.  
  27. [MeasureTitle]
  28. Measure=Plugin
  29. Plugin=WebParser.dll
  30. Url=file://#CURRENTPATH#Notes.txt
  31. RegExp="(?siU)<title>(.*)</title>.*<notes>(.*)</notes>"
  32. StringIndex=1
  33. UpdateRate=10
  34.  
  35. [MeasureNotes]
  36. Measure=Plugin
  37. Plugin=WebParser.dll
  38. Url=[MeasureTitle]
  39. StringIndex=2
  40. Substitute="- ":"╖ "
  41.  
  42. ; ------------------------------------------------------------------------------------------------
  43. ; METERS
  44.  
  45. [Border]
  46. Meter=IMAGE
  47. SolidColor=#ColorBorder#
  48. X=0
  49. Y=0
  50. H=1
  51. W=180
  52.  
  53. [Background]
  54. Meter=IMAGE
  55. SolidColor=0, 0, 0, 2
  56. X=0
  57. Y=1
  58. W=180
  59. H=60
  60.  
  61. [Icon]
  62. Meter=IMAGE
  63. ImageName=#SKINSPATH#Enigma\Resources\Images\Notes.#ColorIcon#.png
  64. X=0
  65. Y=5
  66. W=25
  67. H=25
  68. LeftMouseDownAction=!Execute [!RainmeterShowMeter IconActive][!RainmeterHideMeter Icon][!RainmeterRedraw]
  69.  
  70. [IconActive]
  71. Meter=IMAGE
  72. MeterStyle=Icon
  73. ImageName=#SKINSPATH#Enigma\Resources\Images\NotesActive.#ColorIcon#.png
  74. Hidden=1
  75. LeftMouseUpAction=!execute ["#CURRENTPATH#Notes.txt"][!RainmeterShowMeter Icon][!RainmeterHideMeter IconActive][!RainmeterRedraw]
  76.  
  77. [Title]
  78. Meter=STRING
  79. MeasureName=MeasureTitle
  80. X=27
  81. Y=10
  82. H=15
  83. W=150
  84. StringStyle=BOLD
  85. FontColor=#Color1#
  86. FontSize=#Height3#
  87. FontFace=#Font#
  88. AntiAlias=1
  89.  
  90. [Notes]
  91. Meter=STRING
  92. MeasureName=MeasureNotes
  93. X=2
  94. Y=32
  95. W=186
  96. H=#NoteHeight#
  97. FontColor=#Color2#
  98. FontFace=#Font#
  99. FontSize=#Height2#
  100. StringAlign=LEFT
  101. StringStyle=NORMAL
  102. AntiAlias=1
  103. ClipString=1