Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. AccurateText=1
  4. DynamicWindowSize=1
  5.  
  6. [Variables]
  7. @include=#@#Variables.inc
  8. @include2=#@#Language\#Language#.inc
  9.  
  10. ;-------------------------------------------------------------
  11. ;-------------------------------------------------------------
  12.  
  13. [MeasureHour]
  14. Measure=Time
  15. Format=%#Format#
  16.  
  17. [MeasureMinutes]
  18. Measure=Time
  19. Format=:%M
  20.  
  21. [MeasureAMPM]
  22. Measure=Time
  23. Format=%p
  24.  
  25. [MeasureSeconds]
  26. Measure=Time
  27. Format=%S
  28. MaxValue=60
  29.  
  30.  
  31. [MeasureWeekDay]
  32. Measure=Time
  33. Format=%A,%d %B
  34. Substitute="Monday":"Mon","Tuesday":"Tue","Wednesday":"Wed","Thursday":"Thu","Friday":"Fri","Saturday":"Sat","Sunday":"Sun","January":"Jan","February":"Feb","March":"Mar","April":"Apr","May":"May","June":"Jun","July":"Jul","August":"Aug","September":"Sep","October":"Oct","November":"Nov","December":"Dec"
  35.  
  36. ;-------------------------------------------------------------
  37. ;-------------------------------------------------------------
  38.  
  39. [mWeatherRSS]
  40. Measure=Plugin
  41. Plugin=Plugins\WebParser.dll
  42. UpdateRate=1800
  43. URL=http://wxdata.weather.com/weather/local/#Location#?cc=*&dayf=5&link=xoap&prod=xoap&par=1127170666&key=8ebef5bb4dda1978&unit=#Unit#
  44. RegExp="(?siU).*<locale>(.*)</locale>.*<ut>(.*)</ut>.*<ud>(.*)</ud>.*<us>(.*)</us>.*<up>(.*)</up>.*<ur>(.*)</ur>.*<loc id="(.*)">.*<dnam>(.*),.*</dnam>.*<tm>(.*)</tm>.*<lat>(.*)</lat>.*<lon>(.*)</lon>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<zone>(.*)</zone>.*<cc>.*<lsup>(.*)</lsup>.*<obst>(.*)</obst>.*<tmp>(.*)</tmp>.*<flik>(.*)</flik>.*<t>(.*)</t>.*<icon>(.*)</icon>.*<bar>.*<r>(.*)</r>.*<d>(.*)</d>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<hmid>(.*)</hmid>.*<vis>(.*)</vis>.*<uv>.*<i>(.*)</i>.*<t>(.*)</t>.*<dewp>(.*)</dewp>.*<moon>.*<icon>(.*)</icon>.*<t>(.*)</t>.*<ppcp>(.*)</ppcp>.*"
  45. StringIndex=1
  46.  
  47. ;-------------------------------------------------------------
  48. ;-------------------------------------------------------------
  49.  
  50. [mIcon]
  51. Measure=Plugin
  52. Plugin=Plugins\WebParser.dll
  53. Url=[mWeatherRSS]
  54. StringIndex=20
  55.  
  56. [mWeatherTemp]
  57. Measure=Plugin
  58. Plugin=Plugins\WebParser.dll
  59. Url=[mWeatherRSS]
  60. StringIndex=17
  61.  
  62. [mTempUnit]
  63. Measure=Plugin
  64. Plugin=Plugins\WebParser.dll
  65. Url=[mWeatherRSS]
  66. StringIndex=2
  67.  
  68. [mWeatherDesc]
  69. Measure=Plugin
  70. Plugin=Plugins\WebParser.dll
  71. Url=[mWeatherRSS]
  72. StringIndex=19
  73.  
  74. ;-------------------------------------------------------------
  75. ;-------------------------------------------------------------
  76.  
  77. [MeterRoundline]
  78.  
  79.  
  80. ;-------------------------------------------------------------
  81. ;-------------------------------------------------------------
  82.  
  83. [meterIcon]
  84. MeasureName=mIcon
  85. Meter=IMAGE
  86. ImagePath=#@#WeatherIcons
  87. X=60
  88. Y=0
  89. W=120
  90. Antialias=1
  91. Group=Current
  92.  
  93. [meterTemp]
  94. MeasureName=mWeatherTemp
  95. MeasureName2=mTempUnit
  96. Meter=String
  97. StringAlign=Center
  98. FontColor=#FontColor#
  99. FontFace=#FontFace#
  100. FontSize=20
  101. X=180
  102. Y=40
  103. Text="%1°%2"
  104. AntiAlias=1
  105. Group=Current
  106.  
  107. ;-------------------------------------------------------------
  108. ;-------------------------------------------------------------
  109.  
  110. [MeterHour]
  111. Meter=STRING
  112. MeasureName=MeasureHour
  113. X=15
  114. Y=50
  115. FontSize=100
  116. FontColor=#FontColor#
  117. FontFace=#FontFace#
  118. AntiAlias=1
  119. Group=Current
  120.  
  121. [MeterMinutes]
  122. Meter=STRING
  123. MeasureName=MeasureMinutes
  124. X=150
  125. Y=80
  126. FontSize=40
  127. FontColor=#FontColor#
  128. FontFace=#FontFace#
  129. AntiAlias=1
  130. Group=Current
  131.  
  132. [MeterAMPM]
  133. Meter=STRING
  134. MeasureName=MeasureAMPM
  135. X=214
  136. Y=80
  137. FontSize=40
  138. FontColor=#FontColor#
  139. FontFace=#FontFace#
  140. AntiAlias=1
  141. Hidden=#Hidden2#
  142. Group=Current
  143.  
  144. [MeterWeekDay]
  145. Meter=STRING
  146. MeasureName=MeasureWeekDay
  147. X=150
  148. Y=162
  149. FontSize=22
  150. FontColor=#FontColor#
  151. FontFace=#FontFace#
  152. AntiAlias=1
  153. Group=Current
  154.  
  155. [MeterDesc]
  156. MeasureName=mWeatherDesc
  157. Meter=STRING
  158. X=150
  159. Y=200
  160. W=200
  161. H=60
  162. FontSize=30
  163. StringAlign=Center
  164. FontColor=#FontColor#
  165. FontFace=#FontFace#
  166. ClipString=1
  167. AntiAlias=1
  168. Group=Current
  169.  
  170. ;-------------------------------------------------------------
  171. ;-------------------------------------------------------------
  172.  
  173. [MeterSecondsBar]
  174. MeasureName=MeasureSeconds
  175. Meter=BAR
  176. BarOrientation=Horizontal
  177. BarColor=255,255,255
  178. SolidColor=255,255,255,60
  179. X=152
  180. Y=155
  181. W=130
  182. H=5
  183. Group=Current
  184.  
  185. ;-------------------------------------------------------------
  186. ;-------------------------------------------------------------
  187.  
  188. [Background]
  189. Meter=Image
  190. ImageName=#@#SettingsBg.png
  191. W=300
  192. H=300
  193. X=0
  194. Y=0
  195. PreserveAspectRatio=1
  196. Hidden=1
  197. Group=Settings
  198.  
  199. [SettingsIconBackground]
  200. Meter=Roundline
  201. X=0
  202. Y=0
  203. W=300
  204. H=300
  205. StartAngle=4.712
  206. RotationAngle=6.283
  207. LineLength=150
  208. LineColor=0,0,0,1
  209. Solid=1
  210. AntiAlias=1
  211. MouseOverAction=[!ShowMeter "SettingsIcon"]
  212. MouseLeaveAction=[!HideMeter "SettingsIcon"]
  213. Group=Current
  214.  
  215. [SettingsIcon]
  216. Meter=Image
  217. ImageName=#@#Settings.png
  218. X=145
  219. Y=10
  220. W=20
  221. Group=Current
  222. ToolTipText=Settings.
  223. LeftMouseUpAction=[!WriteKeyValue Variables Hidden "0" "#@#Variables.inc"][!HideMeterGroup Current][!ShowMeterGroup Settings][!Redraw]
  224. Hidden=1
  225. AntiAlias=1
  226.  
  227. [BackgroundSettings]
  228. Meter=Image
  229. ;ImageName=Settings.png
  230. X=0
  231. Y=0
  232. Hidden=1
  233. Group=Settings
  234.  
  235. [PlayerName]
  236. Meter=String
  237. FontColor=255,255,255
  238. FontSize=12
  239. FontFace=Segoe UI Light
  240. X=35
  241. Y=50
  242. Text=Player Name ->
  243. Hidden=1
  244. Group=Settings
  245.  
  246. [meterPlayer]
  247. Meter=String
  248. MeterStyle=Style
  249. FontColor=254,3,103
  250. FontSize=15
  251. X=120r
  252. Y=0r
  253. Text=#Player#
  254. AntiAlias=1
  255. Hidden=1
  256. Group=Settings
  257. ;ToolTipText=Type your weather "Location Code" and press the "Enter" key to Apply changes.
  258. LeftMouseUpAction=[!PluginBang "meterPlayerInput ExecuteBatch 1"]
  259.  
  260. [meterPlayerInput]
  261. Measure=Plugin
  262. Plugin=InputText.dll
  263. X=154
  264. Y=52
  265. W=100
  266. H=20
  267. Hidden=1
  268. Group=Settings
  269. FontSize=14
  270. FocusDismiss=1
  271. Command1=[!WriteKeyValue Variables Player "$UserInput$""#@#Variables.inc"][!Refresh *]
  272. DefaultValue="#Player#"
  273.  
  274. [LocationFind]
  275. Meter=String
  276. FontColor=255,255,255
  277. FontSize=12
  278. FontFace=Segoe UI Light
  279. X=20
  280. Y=80
  281. Text=Find Your Code Here ->
  282. Hidden=1
  283. Group=Settings
  284.  
  285. [LocationCode]
  286. Meter=Image
  287. ImageName=#@#Location.png
  288. X=200r
  289. Y=0r
  290. W=25
  291. AntiAlias=1
  292. Hidden=1
  293. Group=Settings
  294. ToolTipText="Find your weather "Location Code" on this site."
  295. LeftMouseDownAction=["https://weather.codes/"]
  296.  
  297. [weatherCode]
  298. Meter=String
  299. FontColor=255,255,255
  300. FontSize=12
  301. FontFace=Segoe UI Light
  302. X=10
  303. Y=110
  304. Text=Enter Location Code ->
  305. Hidden=1
  306. Group=Settings
  307.  
  308. [meterCode]
  309. Meter=String
  310. MeterStyle=Style
  311. ;FontColor=0,174,239
  312. FontColor=254,3,103
  313. FontSize=15
  314. X=170r
  315. Y=0r
  316. Text=#Location#
  317. AntiAlias=1
  318. Hidden=1
  319. Group=Settings
  320. ToolTipText=Type your weather "Location Code" and press the "Enter" key to Apply changes.
  321. LeftMouseUpAction=[!PluginBang "meterInput ExecuteBatch 1"]
  322.  
  323. [meterInput]
  324. Measure=Plugin
  325. Plugin=InputText.dll
  326. X=180
  327. Y=110
  328. W=110
  329. H=20
  330. Hidden=1
  331. Group=Settings
  332. FontSize=14
  333. FocusDismiss=1
  334. Command1=[!WriteKeyValue Variables Location "$UserInput$""#@#Variables.inc"][!Refresh *]
  335. DefaultValue="#Location#"
  336.  
  337.  
  338. [24h]
  339. Meter=Image
  340. ImageName=#@#24h.png
  341. X=55
  342. Y=35r
  343. W=60
  344. Hidden=1
  345. Group=Settings
  346. LeftMouseUpAction=[!WriteKeyValue Variables Format "H" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "1" "#@#Variables.inc"][!Refresh]
  347.  
  348. [12h]
  349. Meter=Image
  350. ImageName=#@#12h.png
  351. X=0r
  352. Y=65r
  353. W=60
  354. Hidden=1
  355. Group=Settings
  356. LeftMouseUpAction=[!WriteKeyValue Variables Format "I" "#@#Variables.inc"][!WriteKeyValue Variables Hidden2 "0" "#@#Variables.inc"][!Refresh]
  357.  
  358. [Celsius]
  359. Meter=Image
  360. ImageName=#@#Celsius.png
  361. X=185
  362. Y=145
  363. W=60
  364. Hidden=1
  365. Group=Settings
  366. AntiAlias=1
  367. LeftMouseUpAction=[!WriteKeyValue Variables Unit "m" "#@#Variables.inc"][!Refresh]
  368.  
  369. [Fahrenheit]
  370. Meter=Image
  371. ImageName=#@#Fahrenheit.png
  372. X=185
  373. Y=65r
  374. W=60
  375. Hidden=1
  376. Group=Settings
  377. AntiAlias=1
  378. LeftMouseUpAction=[!WriteKeyValue Variables Unit "f" "#@#Variables.inc"][!Refresh][!HideMeter Fahrenheit]
  379.  
  380. [Close]
  381. Meter=Image
  382. ImageName=#@#Close.png
  383. X=120
  384. Y=212
  385. W=60
  386. PreserveAspectRatio=1
  387. Hidden=1
  388. Group=Settings
  389. AntiAlias=1
  390. LeftMouseUpAction=[!ShowMeterGroup Current][!HideMeterGroup Settings][!Redraw]
  391.  
  392. [Version]
  393. Meter=Image
  394. ImageName=#@#Light.png
  395. X=120
  396. Y=145
  397. W=60
  398. Hidden=1
  399. Group=Settings
  400. LeftMouseUpAction=[!ActivateConfig "Roundlino\Cpu" "Cpu-Light.ini"][!ActivateConfig "Roundlino\Hdd (C)" "Disk C-Light.ini"][!ActivateConfig "Roundlino\Hdd (D)" "Disk D-Light.ini"][!ActivateConfig "Roundlino\Player" "Player-Light.ini"][!ActivateConfig "Roundlino\Ram" "Ram-Light.ini"][!ActivateConfig "Roundlino\Recycle Bin" "Recycle Bin-Light.ini"][!ActivateConfig "Roundlino\WiFi" "WiFi-Light.ini"][!ActivateConfig "Roundlino\WeatherClock" "WeatherClock-Light.ini"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement