Advertisement
Toushiify

Launcher.ini

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