Advertisement
Guest User

countodwnRainmeter

a guest
Jan 23rd, 2020
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. AccurateText=1
  4. @include=Settings.inc
  5.  
  6. [Metadata]
  7. Name= F1 Countdown Minutes
  8. Author= Pete B De Blois
  9. Information=
  10. Version=1.1
  11. License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0
  12.  
  13.  
  14. ; Takes the times from now
  15. [MeasureNow]
  16. Measure=Time
  17.  
  18. ;===================================================================;
  19. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; PRE TEST 1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  20. ;===================================================================;
  21.  
  22.  
  23. [MeasurePreTest1]
  24. Measure=Time
  25. TimeStamp=#PreTest1#
  26. TimeStampFormat=%m/%d/%Y %H:%M:%S
  27.  
  28. [MeasureDiffPreTest1]
  29. Measure=Calc
  30. Formula=[MeasurePreTest1:Timestamp]-[MeasureNow:Timestamp]
  31. DynamicVariables=1
  32.  
  33. [MeasureFormatDaysPreTest1]
  34. Measure=UpTime
  35. SecondsValue=[MeasureDiffPreTest1]
  36. Format="%4!i!"
  37. RegExpSubstitute=1
  38. DynamicVariables=1
  39.  
  40. [MeasureFormatHoursPreTest1]
  41. Measure=UpTime
  42. SecondsValue=[MeasureDiffPreTest1]
  43. Format="%3!i!"
  44. RegExpSubstitute=1
  45. DynamicVariables=1
  46.  
  47. [MeasureHoursDifferencePreTest1]
  48. Measure=Calc
  49. Formula=([MeasureFormatHoursPreTest1]-([MeasureFormatDaysPreTest1]*24))
  50. DynamicVariables=1
  51.  
  52. [MeasureFormatMinutesPreTest1]
  53. Measure=UpTime
  54. SecondsValue=[MeasureDiffPreTest1]
  55. Format="%2!02i!"
  56. RegExpSubstitute=1
  57. DynamicVariables=1
  58.  
  59.  
  60. [TextPreTest1]
  61. Meter=String
  62. Text=PRE TEST 1
  63. AntiAlias=1
  64. FontColor=255,255,255
  65. FontFace=Formula1 Display Regular
  66. FontSize=14
  67. X=100
  68.  
  69. [PonctuationPreTest1]
  70. Meter=String
  71. Text=d / h / m
  72. AntiAlias=1
  73. FontColor=255,255,255
  74. FontFace=Formula1 Display Regular
  75. FontSize=14
  76. X=450
  77.  
  78. [MeterCountdownDaysPreTest1]
  79. Meter=String
  80. MeasureName=MeasureFormatDaysPreTest1
  81. FontSize=14
  82. FontWeight=700
  83. FontColor=255,255,255,255
  84. FontFace=Formula1 Display Bold
  85. AntiAlias=1
  86. Text=%1
  87. X=420
  88.  
  89. [MeterCountdownHoursPreTest1]
  90. Meter=String
  91. MeasureName=MeasureHoursDifferencePreTest1
  92. FontSize=14
  93. FontWeight=700
  94. FontColor=255,255,255,255
  95. FontFace=Formula1 Display Bold
  96. AntiAlias=1
  97. Text=%1
  98. X=480
  99.  
  100. [MeterCountdownMinutesPreTest1]
  101. Meter=String
  102. MeasureName=MeasureFormatMinutesPreTest1
  103. FontSize=14
  104. FontWeight=700
  105. FontColor=255,255,255,255
  106. FontFace=Formula1 Display Bold
  107. AntiAlias=1
  108. Text=%1
  109. X=540
  110.  
  111. ;=======================================================;
  112. ;;;;;;;;;;;;;;;;;;;;;;; PRE TEST 2 ;;;;;;;;;;;;;;;;;;;;;;
  113. ;=======================================================;
  114.  
  115.  
  116. [MeasurePreTest2]
  117. Measure=Time
  118. TimeStamp=#PreTest2#
  119. TimeStampFormat=%m/%d/%Y %H:%M:%S
  120.  
  121. [MeasureDiffPreTest2]
  122. Measure=Calc
  123. Formula=[MeasurePreTest2:Timestamp]-[MeasureNow:Timestamp]
  124. DynamicVariables=1
  125.  
  126. [MeasureFormatDaysPreTest2]
  127. Measure=UpTime
  128. SecondsValue=[MeasureDiffPreTest2]
  129. Format="%4!i!"
  130. RegExpSubstitute=1
  131. DynamicVariables=1
  132.  
  133. [MeasureFormatHoursPreTest2]
  134. Measure=UpTime
  135. SecondsValue=[MeasureDiffPreTest2]
  136. Format="%3!i!"
  137. RegExpSubstitute=1
  138. DynamicVariables=1
  139.  
  140. [MeasureHoursDifferencePreTest2]
  141. Measure=Calc
  142. Formula=([MeasureFormatHoursPreTest2]-([MeasureFormatDaysPreTest2]*24))
  143. DynamicVariables=1
  144.  
  145. [MeasureFormatMinutesPreTest2]
  146. Measure=UpTime
  147. SecondsValue=[MeasureDiffPreTest2]
  148. Format="%2!02i!"
  149. RegExpSubstitute=1
  150. DynamicVariables=1
  151.  
  152.  
  153. [TextPreTest2]
  154. Meter=String
  155. Text=PRE TEST 2
  156. AntiAlias=1
  157. FontColor=255,255,255
  158. FontFace=Formula1 Display Regular
  159. FontSize=14
  160. X=100
  161. Y=30
  162.  
  163. [PonctuationPreTest2]
  164. Meter=String
  165. Text=d / h / m
  166. AntiAlias=1
  167. FontColor=255,255,255
  168. FontFace=Formula1 Display Regular
  169. FontSize=14
  170. X=450
  171. Y=30
  172.  
  173. [MeterCountdownDaysPreTest2]
  174. Meter=String
  175. MeasureName=MeasureFormatDaysPreTest2
  176. FontSize=14
  177. FontWeight=700
  178. FontColor=255,255,255,255
  179. FontFace=Formula1 Display Bold
  180. AntiAlias=1
  181. Text=%1
  182. X=420
  183. Y=30
  184.  
  185. [MeterCountdownHoursPreTest2]
  186. Meter=String
  187. MeasureName=MeasureHoursDifferencePreTest2
  188. FontSize=14
  189. FontWeight=700
  190. FontColor=255,255,255,255
  191. FontFace=Formula1 Display Bold
  192. AntiAlias=1
  193. Text=%1
  194. X=480
  195. Y=30
  196.  
  197. [MeterCountdownMinutesPreTest2]
  198. Meter=String
  199. MeasureName=MeasureFormatMinutesPreTest2
  200. FontSize=14
  201. FontWeight=700
  202. FontColor=255,255,255,255
  203. FontFace=Formula1 Display Bold
  204. AntiAlias=1
  205. Text=%1
  206. X=540
  207. Y=30
  208.  
  209. ;=======================================================;
  210. ;;;;;;;;;;;;;;;;;;;;;;; AUSTRILIA ;;;;;;;;;;;;;;;;;;;;;;
  211. ;=======================================================;
  212.  
  213.  
  214. [MeasureAustralian]
  215. Measure=Time
  216. TimeStamp=#Australian#
  217. TimeStampFormat=%m/%d/%Y %H:%M:%S
  218.  
  219. [MeasureDiffAustralian]
  220. Measure=Calc
  221. Formula=[MeasureAustralian:Timestamp]-[MeasureNow:Timestamp]
  222. DynamicVariables=1
  223.  
  224. [MeasureFormatDaysAustralian]
  225. Measure=UpTime
  226. SecondsValue=[MeasureDiffAustralian]
  227. Format="%4!i!"
  228. RegExpSubstitute=1
  229. DynamicVariables=1
  230.  
  231. [MeasureFormatHoursAustralian]
  232. Measure=UpTime
  233. SecondsValue=[MeasureDiffAustralian]
  234. Format="%3!i!"
  235. RegExpSubstitute=1
  236. DynamicVariables=1
  237.  
  238. [MeasureHoursDifferenceAustralian]
  239. Measure=Calc
  240. Formula=([MeasureFormatHoursAustralian]-([MeasureFormatDaysAustralian]*24))
  241. DynamicVariables=1
  242.  
  243. [MeasureFormatMinutesAustralian]
  244. Measure=UpTime
  245. SecondsValue=[MeasureDiffAustralian]
  246. Format="%2!02i!"
  247. RegExpSubstitute=1
  248. DynamicVariables=1
  249.  
  250.  
  251. [TextAustralian]
  252. Meter=String
  253. Text=AUSTRALIAN
  254. AntiAlias=1
  255. FontColor=255,255,255
  256. FontFace=Formula1 Display Regular
  257. FontSize=14
  258. X=100
  259. Y=60
  260.  
  261. [PonctuationAustralian]
  262. Meter=String
  263. Text=d / h / m
  264. AntiAlias=1
  265. FontColor=255,255,255
  266. FontFace=Formula1 Display Regular
  267. FontSize=14
  268. X=450
  269. Y=60
  270.  
  271. [MeterCountdownDaysAustralian]
  272. Meter=String
  273. MeasureName=MeasureFormatDaysAustralian
  274. FontSize=14
  275. FontWeight=700
  276. FontColor=255,255,255,255
  277. FontFace=Formula1 Display Bold
  278. AntiAlias=1
  279. Text=%1
  280. X=420
  281. Y=60
  282.  
  283. [MeterCountdownHoursAustralian]
  284. Meter=String
  285. MeasureName=MeasureHoursDifferenceAustralian
  286. FontSize=14
  287. FontWeight=700
  288. FontColor=255,255,255,255
  289. FontFace=Formula1 Display Bold
  290. AntiAlias=1
  291. Text=%1
  292. X=480
  293. Y=60
  294.  
  295. [MeterCountdownMinutesAustralian]
  296. Meter=String
  297. MeasureName=MeasureFormatMinutesAustralian
  298. FontSize=14
  299. FontWeight=700
  300. FontColor=255,255,255,255
  301. FontFace=Formula1 Display Bold
  302. AntiAlias=1
  303. Text=%1
  304. X=540
  305. Y=60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement