Advertisement
GENESIS_msf

Launcher.ini

Dec 15th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.68 KB | None | 0 0
  1. [Rainmeter]
  2. Update=10000
  3. BackgroundMode=1
  4. MiddleMouseUpAction=!Execute ["#CURRENTPATH#Apps.txt"]
  5.  
  6. [Metadata]
  7. Name=Launcher
  8. Version=1.0
  9.  
  10. [Variables]
  11. FontColorPassive=255,255,255,20
  12. FontColorActive=f2f2f2
  13. FontFace=Segoe UI Light
  14. FontSize=35
  15. #StringEffect=SHADOW
  16. FontEffectColor=3a3a3a
  17. @include="Apps.txt"
  18.  
  19. ;........................................................................
  20. ;Meters
  21. ;........................................................................
  22.  
  23.  
  24. ; ===========App1===========
  25.  
  26. [AppButton1Passive]
  27. Meter=STRING
  28. x=0
  29. y=0
  30. SolidColor=0,0,0,1
  31. Text=#App1#
  32. FontFace=#FontFace#
  33. FontSize=#FontSize#
  34. FontColor=#FontColorPassive#
  35. StringAlign=LEFT
  36. StringEffect=#StringEffect#
  37. FontEffectColor=#FontEffectColor#
  38. AntiAlias=1
  39. MouseOverAction=!Execute [!ShowMeter AppButton1Active][!HideMeter AppButton1Passive][!Update]
  40.  
  41. [AppButton1Active]
  42. Meter=STRING
  43. x=r
  44. y=r
  45. SolidColor=0,0,0,1
  46. Text=#App1#
  47. FontFace=#FontFace#
  48. FontSize=#FontSize#
  49. FontColor=#FontColorActive#
  50. StringAlign=LEFT
  51. StringEffect=#StringEffect#
  52. FontEffectColor=#FontEffectColor#
  53. AntiAlias=1
  54. Hidden=1
  55. LeftMouseUpAction=!Execute ["#App1Path#"][!ShowMeter AppButton1Passive][!HideMeter AppButton1Active][!Update]
  56. MouseLeaveAction=!Execute [!ShowMeter AppButton1Passive][!HideMeter AppButton1Active][!Update]
  57.  
  58.  
  59. ; ===========App2===========
  60.  
  61. [AppButton2Passive]
  62. Meter=STRING
  63. x=0
  64. y=50r
  65. SolidColor=0,0,0,1
  66. Text=#App2#
  67. FontFace=#FontFace#
  68. FontSize=#FontSize#
  69. FontColor=#FontColorPassive#
  70. StringAlign=LEFT
  71. StringEffect=#StringEffect#
  72. FontEffectColor=#FontEffectColor#
  73. AntiAlias=1
  74. MouseOverAction=!Execute [!ShowMeter AppButton2Active][!HideMeter AppButton2Passive][!Update]
  75.  
  76. [AppButton2Active]
  77. Meter=STRING
  78. x=r
  79. y=r
  80. SolidColor=0,0,0,1
  81. Text=#App2#
  82. FontFace=#FontFace#
  83. FontSize=#FontSize#
  84. FontColor=#FontColorActive#
  85. StringAlign=LEFT
  86. StringEffect=#StringEffect#
  87. FontEffectColor=#FontEffectColor#
  88. AntiAlias=1
  89. Hidden=1
  90. LeftMouseUpAction=!Execute ["#App2Path#"][!ShowMeter AppButton2Passive][!HideMeter AppButton2Active][!Update]
  91. MouseLeaveAction=!Execute [!ShowMeter AppButton2Passive][!HideMeter AppButton2Active][!Update]
  92.  
  93.  
  94. ; ===========App3===========
  95.  
  96. [AppButton3Passive]
  97. Meter=STRING
  98. x=0
  99. y=50r
  100. SolidColor=0,0,0,1
  101. Text=#App3#
  102. FontFace=#FontFace#
  103. FontSize=#FontSize#
  104. FontColor=#FontColorPassive#
  105. StringAlign=LEFT
  106. StringEffect=#StringEffect#
  107. FontEffectColor=#FontEffectColor#
  108. AntiAlias=1
  109. MouseOverAction=!Execute [!ShowMeter AppButton3Active][!HideMeter AppButton3Passive][!Update]
  110.  
  111. [AppButton3Active]
  112. Meter=STRING
  113. x=r
  114. y=r
  115. SolidColor=0,0,0,1
  116. Text=#App3#
  117. FontFace=#FontFace#
  118. FontSize=#FontSize#
  119. FontColor=#FontColorActive#
  120. StringAlign=LEFT
  121. StringEffect=#StringEffect#
  122. FontEffectColor=#FontEffectColor#
  123. AntiAlias=1
  124. Hidden=1
  125. LeftMouseUpAction=!Execute ["#App3Path#"][!ShowMeter AppButton3Passive][!HideMeter AppButton3Active][!Update]
  126. MouseLeaveAction=!Execute [!ShowMeter AppButton3Passive][!HideMeter AppButton3Active][!Update]
  127.  
  128.  
  129. ; ===========App4===========
  130.  
  131. [AppButton4Passive]
  132. Meter=STRING
  133. x=0
  134. y=50r
  135. SolidColor=0,0,0,1
  136. Text=#App4#
  137. FontFace=#FontFace#
  138. FontSize=#FontSize#
  139. FontColor=#FontColorPassive#
  140. StringAlign=LEFT
  141. StringEffect=#StringEffect#
  142. FontEffectColor=#FontEffectColor#
  143. AntiAlias=1
  144. MouseOverAction=!Execute [!ShowMeter AppButton4Active][!HideMeter AppButton4Passive][!Update]
  145.  
  146. [AppButton4Active]
  147. Meter=STRING
  148. x=r
  149. y=r
  150. SolidColor=0,0,0,1
  151. Text=#App4#
  152. FontFace=#FontFace#
  153. FontSize=#FontSize#
  154. FontColor=#FontColorActive#
  155. StringAlign=LEFT
  156. StringEffect=#StringEffect#
  157. FontEffectColor=#FontEffectColor#
  158. AntiAlias=1
  159. Hidden=1
  160. LeftMouseUpAction=!Execute ["#App4Path#"][!ShowMeter AppButton4Passive][!HideMeter AppButton4Active][!Update]
  161. MouseLeaveAction=!Execute [!ShowMeter AppButton4Passive][!HideMeter AppButton4Active][!Update]
  162.  
  163.  
  164. ; ===========App5===========
  165.  
  166. [AppButton5Passive]
  167. Meter=STRING
  168. x=0
  169. y=50r
  170. SolidColor=0,0,0,1
  171. Text=#App5#
  172. FontFace=#FontFace#
  173. FontSize=#FontSize#
  174. FontColor=#FontColorPassive#
  175. StringAlign=LEFT
  176. StringEffect=#StringEffect#
  177. FontEffectColor=#FontEffectColor#
  178. AntiAlias=1
  179. MouseOverAction=!Execute [!ShowMeter AppButton5Active][!HideMeter AppButton5Passive][!Update]
  180.  
  181. [AppButton5Active]
  182. Meter=STRING
  183. x=r
  184. y=r
  185. SolidColor=0,0,0,1
  186. Text=#App5#
  187. FontFace=#FontFace#
  188. FontSize=#FontSize#
  189. FontColor=#FontColorActive#
  190. StringAlign=LEFT
  191. StringEffect=#StringEffect#
  192. FontEffectColor=#FontEffectColor#
  193. AntiAlias=1
  194. Hidden=1
  195. LeftMouseUpAction=!Execute ["#App5Path#"][!ShowMeter AppButton5Passive][!HideMeter AppButton5Active][!Update]
  196. MouseLeaveAction=!Execute [!ShowMeter AppButton5Passive][!HideMeter AppButton5Active][!Update]
  197.  
  198.  
  199. ; ===========App6===========
  200.  
  201. [AppButton6Passive]
  202. Meter=STRING
  203. x=0
  204. y=50r
  205. SolidColor=0,0,0,1
  206. Text=#App6#
  207. FontFace=#FontFace#
  208. FontSize=#FontSize#
  209. FontColor=#FontColorPassive#
  210. StringAlign=LEFT
  211. StringEffect=#StringEffect#
  212. FontEffectColor=#FontEffectColor#
  213. AntiAlias=1
  214. MouseOverAction=!Execute [!ShowMeter AppButton6Active][!HideMeter AppButton6Passive][!Update]
  215.  
  216. [AppButton6Active]
  217. Meter=STRING
  218. x=r
  219. y=r
  220. SolidColor=0,0,0,1
  221. Text=#App6#
  222. FontFace=#FontFace#
  223. FontSize=#FontSize#
  224. FontColor=#FontColorActive#
  225. StringAlign=LEFT
  226. StringEffect=#StringEffect#
  227. FontEffectColor=#FontEffectColor#
  228. AntiAlias=1
  229. Hidden=1
  230. LeftMouseUpAction=!Execute ["#App6Path#"][!ShowMeter AppButton6Passive][!HideMeter AppButton6Active][!Update]
  231. MouseLeaveAction=!Execute [!ShowMeter AppButton6Passive][!HideMeter AppButton6Active][!Update]
  232.  
  233.  
  234. ; ===========App7===========
  235.  
  236. [AppButton7Passive]
  237. Meter=STRING
  238. x=0
  239. y=50r
  240. SolidColor=0,0,0,1
  241. Text=#App7#
  242. FontFace=#FontFace#
  243. FontSize=#FontSize#
  244. FontColor=#FontColorPassive#
  245. StringAlign=LEFT
  246. StringEffect=#StringEffect#
  247. FontEffectColor=#FontEffectColor#
  248. AntiAlias=1
  249. MouseOverAction=!Execute [!ShowMeter AppButton7Active][!HideMeter AppButton7Passive][!Update]
  250.  
  251. [AppButton7Active]
  252. Meter=STRING
  253. x=r
  254. y=r
  255. SolidColor=0,0,0,1
  256. Text=#App7#
  257. FontFace=#FontFace#
  258. FontSize=#FontSize#
  259. FontColor=#FontColorActive#
  260. StringAlign=LEFT
  261. StringEffect=#StringEffect#
  262. FontEffectColor=#FontEffectColor#
  263. AntiAlias=1
  264. Hidden=1
  265. LeftMouseUpAction=!Execute ["#App7Path#"][!ShowMeter AppButton7Passive][!HideMeter AppButton7Active][!Update]
  266. MouseLeaveAction=!Execute [!ShowMeter AppButton7Passive][!HideMeter AppButton7Active][!Update]
  267.  
  268.  
  269. ; ===========App8===========
  270.  
  271. [AppButton8Passive]
  272. Meter=STRING
  273. x=0
  274. y=50r
  275. SolidColor=0,0,0,1
  276. Text=#App8#
  277. FontFace=#FontFace#
  278. FontSize=#FontSize#
  279. FontColor=#FontColorPassive#
  280. StringAlign=LEFT
  281. StringEffect=#StringEffect#
  282. FontEffectColor=#FontEffectColor#
  283. AntiAlias=1
  284. MouseOverAction=!Execute [!ShowMeter AppButton8Active][!HideMeter AppButton8Passive][!Update]
  285.  
  286. [AppButton8Active]
  287. Meter=STRING
  288. x=r
  289. y=r
  290. SolidColor=0,0,0,1
  291. Text=#App8#
  292. FontFace=#FontFace#
  293. FontSize=#FontSize#
  294. FontColor=#FontColorActive#
  295. StringAlign=LEFT
  296. StringEffect=#StringEffect#
  297. FontEffectColor=#FontEffectColor#
  298. AntiAlias=1
  299. Hidden=1
  300. LeftMouseUpAction=!Execute ["#App8Path#"][!ShowMeter AppButton8Passive][!HideMeter AppButton8Active][!Update]
  301. MouseLeaveAction=!Execute [!ShowMeter AppButton8Passive][!HideMeter AppButton8Active][!Update]
  302.  
  303.  
  304. ; ===========App9===========
  305.  
  306. [AppButton9Passive]
  307. Meter=STRING
  308. x=0
  309. y=50r
  310. SolidColor=0,0,0,1
  311. Text=#App9#
  312. FontFace=#FontFace#
  313. FontSize=#FontSize#
  314. FontColor=#FontColorPassive#
  315. StringAlign=LEFT
  316. StringEffect=#StringEffect#
  317. FontEffectColor=#FontEffectColor#
  318. AntiAlias=1
  319. MouseOverAction=!Execute [!ShowMeter AppButton9Active][!HideMeter AppButton9Passive][!Update]
  320.  
  321. [AppButton9Active]
  322. Meter=STRING
  323. x=r
  324. y=r
  325. SolidColor=0,0,0,1
  326. Text=#App9#
  327. FontFace=#FontFace#
  328. FontSize=#FontSize#
  329. FontColor=#FontColorActive#
  330. StringAlign=LEFT
  331. StringEffect=#StringEffect#
  332. FontEffectColor=#FontEffectColor#
  333. AntiAlias=1
  334. Hidden=1
  335. LeftMouseUpAction=!Execute ["#App9Path#"][!ShowMeter AppButton9Passive][!HideMeter AppButton9Active][!Update]
  336. MouseLeaveAction=!Execute [!ShowMeter AppButton9Passive][!HideMeter AppButton9Active][!Update]
  337.  
  338.  
  339. ; ===========App10===========
  340.  
  341. [AppButton10Passive]
  342. Meter=STRING
  343. x=0
  344. y=50r
  345. SolidColor=0,0,0,1
  346. Text=#App10#
  347. FontFace=#FontFace#
  348. FontSize=#FontSize#
  349. FontColor=#FontColorPassive#
  350. StringAlign=LEFT
  351. StringEffect=#StringEffect#
  352. FontEffectColor=#FontEffectColor#
  353. AntiAlias=1
  354. MouseOverAction=!Execute [!ShowMeter AppButton10Active][!HideMeter AppButton10Passive][!Update]
  355.  
  356. [AppButton10Active]
  357. Meter=STRING
  358. x=r
  359. y=r
  360. SolidColor=0,0,0,1
  361. Text=#App10#
  362. FontFace=#FontFace#
  363. FontSize=#FontSize#
  364. FontColor=#FontColorActive#
  365. StringAlign=LEFT
  366. StringEffect=#StringEffect#
  367. FontEffectColor=#FontEffectColor#
  368. AntiAlias=1
  369. Hidden=1
  370. LeftMouseUpAction=!Execute ["#App10Path#"][!ShowMeter AppButton10Passive][!HideMeter AppButton10Active][!Update]
  371. MouseLeaveAction=!Execute [!ShowMeter AppButton10Passive][!HideMeter AppButton10Active][!Update]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement