Guest User

Untitled

a guest
Jun 27th, 2015
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [Rainmeter]
  2. Author=SN37
  3. Update=100
  4.  
  5. [Metadata]
  6. Name=Nyx Detox
  7. Version=2.92
  8. License=Creative Commons | CC BY-NC-SA 3.0 US | Some rights reserved.
  9. ;===========================================================================================================================Variables
  10. [Variables]
  11. @Include=#SkinsPath#\Detox\Detox Variables.inc
  12.  
  13. ;Don't mess with these
  14. FStyle=Normal
  15. FStyle2=Normal
  16.  
  17. ;===========================================================================================================================Weather
  18. [MeasureWunder]
  19. Measure=Plugin
  20. Plugin=Plugins\WebParser.dll
  21. UpdateRate=1200
  22. Url=http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query=#Location#
  23. RegExp="(?siU)<display_location>.*<city>(.*)</city>.*</display_location>.*<observation_time>Last Updated on (.*), (.*) (.*)</observation_time>.*<weather>(.*)</weather>.*<temp_#TempUnits#>(.*)</temp_#TempUnits#>.*<relative_humidity>(.*)</relative_humidity>.*<wind_dir>(.*)</wind_dir>.*<wind_mph>(.*)</wind_mph>.*<pressure_in>(.*)</pressure_in>.*<dewpoint_f>(.*)</dewpoint_f>.*<icon>(.*)</icon>"
  24.  
  25. ;Conditions
  26. [MeasureCurConditions]
  27. Measure=Plugin
  28. Plugin=Plugins\WebParser.dll
  29. Url=[MeasureWunder]
  30. Substitute=#LangSub#
  31. StringIndex=5
  32.  
  33. ;Temperature
  34. [MeasureCurTemperature]
  35. Measure=Plugin
  36. Plugin=Plugins\WebParser.dll
  37. Url=[MeasureWunder]
  38. StringIndex=6
  39.  
  40. ;Icon
  41. [MeasureCurIcon]
  42. Measure=Plugin
  43. Plugin=Plugins\WebParser.dll
  44. Url=[MeasureWunder]
  45. StringIndex=12
  46.  
  47. ;===========================================================================Conditions
  48. [Background]
  49. Meter=Image
  50. Solidcolor=0,0,0,1
  51. H=200
  52. W=200
  53. MouseOverAction=[!HideMeter "MeterTime"][!HideMeter "MeterCurConditions"][!HideMeter "MeterCurTemp"][!HideMeter "Date"][!ShowMeter "Shortcut 1"][!ShowMeter "Shortcut 2"][!ShowMeter "Shortcut 3"][!ShowMeter "Shortcut 4"]
  54. MouseLeaveAction=[!ShowMeter "MeterTime"][!ShowMeter "MeterCurConditions"][!ShowMeter "MeterCurTemp"][!ShowMeter "Date"][!HideMeter "Shortcut 1"][!HideMeter "Shortcut 2"][!HideMeter "Shortcut 3"][!HideMeter "Shortcut 4"]
  55.  
  56. [MeterCurConditions]
  57. MeasureName=MeasureCurConditions
  58. Meter=String
  59. FontFace=#FontB#
  60. FontSize=#FSize2#
  61. FontColor=0,0,0,200
  62. Antialias=1
  63. Stringcase=Upper
  64. StringAlign=Center
  65. Stringstyle=#FStyle2#
  66. X=98
  67. Y=93
  68. MeterGroup=Weather
  69.  
  70. [MeterCurTemp]
  71. MeasureName=MeasureCurTemperature
  72. Meter=String
  73. FontFace=#FontB#
  74. FontSize=#FSize#
  75. FontColor=0,0,0,125
  76. Antialias=1
  77. StringAlign=Center
  78. Stringstyle=#FStyle#
  79. X=98
  80. Y=44
  81. MeterGroup=Weather
  82.  
  83. [MeterCurIcon]
  84. MeasureName=MeasureCurIcon
  85. Meter=IMAGE
  86. W=196
  87. H=196
  88. Path=icons\
  89. MeterGroup=Weather
  90.  
  91. ;===========================================================================================================================Date
  92. [MeasureDate]
  93. Measure=Time
  94. Substitute=#LangSub2#
  95. Format="%d %B %Y"
  96.  
  97. [Date]
  98. Meter=String
  99. FontFace=#FontB#
  100. FontSize=15
  101. FontColor=0,0,0,125
  102. MeasureName=MeasureDate
  103. StringStyle=#FStyle#
  104. StringAlign=Center
  105. StringCase=Upper
  106. AntiAlias=1
  107. X=98
  108. Y=115
  109. MeterGroup=Weather
  110.  
  111. ;===========================================================================================================================Shortcuts
  112. [Shortcut 1]
  113. Hidden=1
  114. Meter=BUTTON
  115. ButtonImage=C:\Users\Thibaud\Documents\Rainmeter\Skins\Desktop+++\@Resources\shortcutIcons\twitter.png
  116. ImageTint=0,0,0,125
  117. LeftMouseUpAction=www.twitter.com
  118. x=74
  119. y=20
  120.  
  121. [Shortcut 2]
  122. Hidden=1
  123. Meter=BUTTON
  124. ButtonImage=C:\Users\Thibaud\Documents\Rainmeter\Skins\Desktop+++\@Resources\shortcutIcons\Teamspeak.png
  125. ImageTint=0,0,0,125
  126. LeftMouseUpAction=["C:\Program Files\TeamSpeak 3 Client\ts3client_win64.exe"]
  127. x=r
  128. y=105r
  129.  
  130. [Shortcut 3]
  131. Hidden=1
  132. Meter=BUTTON
  133. ButtonImage=C:\Users\Thibaud\Documents\Rainmeter\Skins\Desktop+++\@Resources\shortcutIcons\reddit.png
  134. ImageTint=0,0,0,125
  135. LeftMouseUpAction=www.reddit.com/r/heroesofthestorm
  136. x=124
  137. y=70
  138.  
  139. [Shortcut 4]
  140. Hidden=1
  141. Meter=BUTTON
  142. ButtonImage=C:\Users\Thibaud\Documents\Rainmeter\Skins\Desktop+++\@Resources\shortcutIcons\facebook.png
  143. ImageTint=0,0,0,125
  144. LeftMouseUpAction=www.facebook.com
  145. x=-100r
  146. y=r
  147.  
  148. ;===========================================================================================================================Time
  149. [MeasureTime]
  150. Measure=Time
  151. Format=%I:%M
  152.  
  153. [MeterTime]
  154. Meter=String
  155. MeasureName=MeasureTime
  156. FontFace=#FontB#
  157. FontSize=25
  158. FontColor=0,0,0,125
  159. StringStyle=#FStyle#
  160. StringAlign=Center
  161. StringCase=Upper
  162. AntiAlias=1
  163. X=98
  164. Y=135
Add Comment
Please, Sign In to add comment