Advertisement
Guest User

Launcher sacred123

a guest
Nov 26th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. //Tema realizado por Sacred123
  2.  
  3. [Rainmeter]
  4. Update=100
  5. Author=sacred123
  6.  
  7. ===========// Fondo y Bordes //===============
  8.  
  9. [bg]
  10. Meter=Image
  11. SolidColor=0,0,0,100
  12. H=39
  13. W=#WorkAreaWidth#
  14.  
  15. [border1]
  16. Meter=Image
  17. SolidColor=0,0,0,50
  18. H=1
  19. W=#WorkAreaWidth#
  20. Y=40
  21.  
  22. [border2]
  23. Meter=Image
  24. SolidColor=255,255,255,40
  25. H=1
  26. W=#WorkAreaWidth#
  27. Y=39
  28.  
  29.  
  30. ===========// Hora //===============
  31.  
  32. [MeasureTime]
  33. Measure=Time
  34. Format=%I:%M
  35.  
  36. [MeterTime]
  37. MeasureName=MeasureTime
  38. Meter=STRING
  39. X=668 // está centrado, varia dependiendo del tamaño del la pantalla en este caso 1366/2 = 668
  40. Y=7
  41. FontFace=Lato light
  42. FontSize=14
  43. FontColor=255,255,255,255
  44. AntiAlias=1
  45. StringAlign=CENTER
  46.  
  47.  
  48. ===========// Titulo //===============
  49.  
  50. [app1]
  51. Meter=String
  52. X=10
  53. Y=7
  54. FontFace=Lato light
  55. FontSize=14
  56. FontColor=255,255,255,120
  57. AntiAlias=1
  58. Text=David
  59. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  60. MouseOverAction=!Execute [!RainmeterHideMeter app1][!RainmeterShowMeter app1h][!RainmeterRedraw]
  61.  
  62. [app1h]
  63. Meter=String
  64. X=10
  65. Y=7
  66. FontFace=Lato light
  67. FontSize=14
  68. FontColor=255,255,255,255
  69. AntiAlias=1
  70. Text=David
  71. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  72. MouseLeaveAction=!Execute [!RainmeterHideMeter app1h][!RainmeterShowMeter app1][!RainmeterRedraw]
  73. Hidden=1
  74.  
  75. [borderapp1]
  76. Meter=Image
  77. W=1
  78. H=28
  79. Y=5
  80. X=75
  81. SolidColor=255,255,255,50
  82.  
  83.  
  84.  
  85. ===========// Tiny icons //===============
  86.  
  87. // Se requiere tener la fuente 'Entypo' descarga http://www.fontsquirrel.com/fonts/entypo
  88.  
  89.  
  90. [musica]
  91. Meter=String
  92. X=1340
  93. Y=10
  94. FontFace=Entypo
  95. FontSize=36
  96. FontColor=255,255,255,120
  97. AntiAlias=1
  98. Text=r
  99. StringAlign=CENTERCENTER
  100. MouseOverAction=!Execute [!RainmeterHideMeter musica][!RainmeterShowMeter musicah][!RainmeterRedraw]
  101.  
  102.  
  103. [musicah]
  104. Meter=String
  105. X=1340
  106. Y=10
  107. FontFace=Entypo
  108. FontSize=36
  109. FontColor=255,255,255,255
  110. AntiAlias=1
  111. Text=r
  112. StringAlign=CENTERCENTER
  113. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  114. MouseLeaveAction=!Execute [!RainmeterHideMeter musicah][!RainmeterShowMeter musica][!RainmeterRedraw]
  115. Hidden=1
  116.  
  117. ===================================
  118.  
  119. [fotos]
  120. Meter=String
  121. X=1300
  122. Y=10
  123. FontFace=Entypo
  124. FontSize=36
  125. FontColor=255,255,255,120
  126. AntiAlias=1
  127. Text=p
  128. StringAlign=CENTERCENTER
  129. MouseOverAction=!Execute [!RainmeterHideMeter fotos][!RainmeterShowMeter fotosh][!RainmeterRedraw]
  130.  
  131.  
  132. [fotosh]
  133. Meter=String
  134. X=1300
  135. Y=10
  136. FontFace=Entypo
  137. FontSize=36
  138. FontColor=255,255,255,255
  139. AntiAlias=1
  140. Text=p
  141. StringAlign=CENTERCENTER
  142. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  143. MouseLeaveAction=!Execute [!RainmeterHideMeter fotosh][!RainmeterShowMeter fotos][!RainmeterRedraw]
  144. Hidden=1
  145.  
  146. ===========================
  147.  
  148. [docs]
  149. Meter=String
  150. X=1260
  151. Y=10
  152. FontFace=Entypo
  153. FontSize=36
  154. FontColor=255,255,255,120
  155. AntiAlias=1
  156. Text=s
  157. StringAlign=CENTERCENTER
  158. MouseOverAction=!Execute [!RainmeterShowMeter docsh][!RainmeterRedraw]
  159.  
  160.  
  161. [docsh] // si desean que salga texto en lugar de que se resalte el icono
  162. Meter=String
  163. X=1260
  164. Y=60
  165. FontFace=Lato Light
  166. FontSize=12
  167. FontColor=255,255,255,255
  168. AntiAlias=1
  169. Text=Documentos
  170. w=100
  171. h=20
  172. SolidColor=0,0,0,100
  173. StringAlign=CENTERCENTER
  174. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  175. MouseLeaveAction=!Execute [!RainmeterHideMeter docsh][!RainmeterShowMeter docs][!RainmeterRedraw]
  176. Hidden=1
  177.  
  178.  
  179.  
  180.  
  181. [docshas]
  182. Meter=String
  183. X=1260
  184. Y=10
  185. FontFace=Entypo
  186. FontSize=36
  187. FontColor=255,255,255,255
  188. AntiAlias=1
  189. Text=s
  190. StringAlign=CENTERCENTER
  191. LeftMouseUpAction=["C:\Windows\System32\Notepad.exe"]
  192. MouseLeaveAction=!Execute [!RainmeterHideMeter docsh][!RainmeterShowMeter docs][!RainmeterRedraw]
  193. Hidden=1
  194.  
  195. ==========
  196.  
  197. [borderapp2]
  198. Meter=Image
  199. W=1
  200. H=28
  201. Y=5
  202. X=1230
  203. SolidColor=255,255,255,50
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement