Advertisement
Guest User

Untitled

a guest
Sep 14th, 2012
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. [Rainmeter]
  2. Author=Dyne Arts
  3. LocalFont="#ROOTCONFIGPATH#Font\AC2Aaux Prolight.ttf"
  4. ________________________
  5.  
  6. [Metadata]
  7. Name=Animus (Customized by Dyne Arts)
  8. Information=Plays different Musicstreams
  9. Version=1.0
  10. ________________________
  11.  
  12. [Variables]
  13. cBlack=0,0,0,128
  14. fBlack=0,0,0,200
  15. hBlack=0,0,0,240
  16.  
  17. cWhite=255,255,255,255
  18. fWhite=255,255,255,200
  19. hWhite=255,255,255,180
  20.  
  21. cRed=166,1,15,255
  22.  
  23. ;LocalFontFace=AC2Aaux Prolight
  24. LocalFontFace=AC2Aaux ProMedium
  25. ;LocalFontFace=AC2Aaux ProBold
  26.  
  27. FontSize=19
  28. PathToVLC="C:\Program Files (x86)\VideoLAN\VLC\vlc.exe"
  29. ________________________
  30.  
  31. [mPlayer]
  32. Measure=Plugin
  33. Plugin=NowPlaying
  34. PlayerName=CAD
  35. PlayerType=STATUS
  36.  
  37. [StyleStation]
  38. x=75
  39. y=25r
  40. W=180
  41. H=20
  42. StringCase=UPPER
  43. FontSize=13
  44. FontFace=#LocalFontFace#
  45. Antialias=1
  46. Group=Stations
  47. Hidden=1
  48.  
  49. [StyleStopped]
  50. StringStyle=Normal
  51. FontColor=#cWhite#
  52. SolidColor=#cBlack#
  53. MouseOverAction=[!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStoppedMouseover"][!Update]
  54.  
  55. [StyleStoppedMouseover]
  56. StringStyle=Bold
  57. FontColor=#cBlack#
  58. SolidColor=#cWhite#
  59. MouseLeaveAction=[!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStopped"][!Update]
  60. LeftMouseUpAction=[!CommandMeasure mPlayer "ClosePlayer"][!SetOptionGroup Stations MeterStyle "StyleStation | StyleStopped"]["#CURRENTPATH#\PlayStream.exe" "#PathToVLC#" "#CURRENTPATH#Stations\#CURRENTSECTION#.pls"][!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStartedMouseover"][!Update]
  61.  
  62. [StyleStarted]
  63. StringStyle=BoldItalic
  64. FontColor=#cWhite#
  65. SolidColor=#cBlack#
  66. MouseOverAction=[!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStartedMouseover"][!Update]
  67.  
  68. [StyleStartedMouseover]
  69. StringStyle=BoldItalic
  70. FontColor=#cBlack#
  71. SolidColor=#cWhite#
  72. MouseLeaveAction=[!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStarted"][!Update]
  73. LeftMouseUpAction=[!CommandMeasure mPlayer "ClosePlayer"][!SetOptionGroup Stations MeterStyle "StyleStation | StyleStopped"][!SetOption #CURRENTSECTION# MeterStyle "StyleStation | StyleStoppedMouseover"][!Update]
  74.  
  75. ; Stations
  76.  
  77. [Technolovers]
  78. Meter=STRING
  79. MeterStyle=StyleStation | StyleStopped
  80. Text=" Technolovers"
  81.  
  82. [Hardlovers]
  83. Meter=STRING
  84. MeterStyle=StyleStation | StyleStopped
  85. Text=" Hardlovers"
  86.  
  87. [Dublovers]
  88. Meter=STRING
  89. MeterStyle=StyleStation | StyleStopped
  90. Text=" Dublovers"
  91.  
  92. [Houselovers]
  93. Meter=STRING
  94. MeterStyle=StyleStation | StyleStopped
  95. Text=" Houselovers"
  96.  
  97. [PulsTrance]
  98. Meter=STRING
  99. MeterStyle=StyleStation | StyleStopped
  100. Text=" Puls Trance"
  101.  
  102. [CosmicWaves]
  103. Meter=STRING
  104. MeterStyle=StyleStation | StyleStopped
  105. Text=" Cosmic Waves"
  106.  
  107. [TranceVibe]
  108. Meter=STRING
  109. MeterStyle=StyleStation | StyleStopped
  110. Text=" Trance Vibe"
  111.  
  112. [NJoyAbstrait]
  113. Meter=STRING
  114. MeterStyle=StyleStation | StyleStopped
  115. Text=" N-Joy Abstrait"
  116.  
  117. [Meter]
  118. Meter=BUTTON
  119. X=242
  120. Y=3
  121. ButtonImage=#CURRENTPATH#Toolkit.png
  122. LeftMouseUpAction=[!ToggleMeterGroup Stations]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement