Guest User

Untitled

a guest
Aug 31st, 2017
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. ; DO NOT DELETE
  2.  
  3. [Rainmeter]
  4. Author=Redsaph
  5.  
  6. [Metadata]
  7. Name=Cleartext Base
  8. Author=Redsaph
  9. Description=The base skin for both Cleartext and Cleartext Pure
  10. License=Creative Commons BY-NC-SA 3.0
  11.  
  12. [Variables]
  13. @include=#@#variables.inc
  14. @include2=#@#color.inc
  15. @include3=#@#constant.inc
  16.  
  17. [mTitle0]
  18. Measure=Plugin
  19. Plugin=NowPlaying.dll
  20. PlayerName=#Player#
  21. PlayerType=TITLE
  22.  
  23. [mTitle1]
  24. Measure=Plugin
  25. Plugin=SpotifyPlugin.dll
  26. Type=TrackName
  27.  
  28. [mArtist0]
  29. Measure=Plugin
  30. Plugin=NowPlaying.dll
  31. PlayerName=#Player#
  32. PlayerType=ARTIST
  33.  
  34. [mArtist1]
  35. Measure=Plugin
  36. Plugin=SpotifyPlugin.dll
  37. Type=ArtistName
  38.  
  39. [mAlbum0]
  40. Measure=Plugin
  41. Plugin=NowPlaying.dll
  42. PlayerName=#Player#
  43. PlayerType=ALBUM
  44.  
  45. [mAlbum1]
  46. Measure=Plugin
  47. Plugin=SpotifyPlugin.dll
  48. Type=AlbumName
  49.  
  50. [mPosition0]
  51. Measure=Plugin
  52. Plugin=NowPlaying.dll
  53. PlayerName=#Player#
  54. PlayerType=POSITION
  55.  
  56. [mPosition1]
  57. Measure=Plugin
  58. Plugin=SpotifyPlugin.dll
  59. Type=Position
  60.  
  61. [mLength0]
  62. Measure=Plugin
  63. Plugin=NowPlaying.dll
  64. PlayerName=#Player#
  65. PlayerType=DURATION
  66.  
  67. [mLength1]
  68. Measure=Plugin
  69. Plugin=SpotifyPlugin.dll
  70. Type=Length
  71.  
  72. [mProgress0]
  73. Measure=Plugin
  74. Plugin=NowPlaying.dll
  75. PlayerName=#Player#
  76. PlayerType=PROGRESS
  77.  
  78. [mProgress1]
  79. Measure=Plugin
  80. Plugin=SpotifyPlugin.dll
  81. Type=Progress
  82. Decimals=0
  83.  
  84. [mStateButton0]
  85. Measure=Plugin
  86. Plugin=NowPlaying.dll
  87. PlayerName=#Player#
  88. PlayerType=STATE
  89. Substitute="0":"play","1":"pause","2":"play"
  90.  
  91. [mStateButton1]
  92. Measure=Plugin
  93. Plugin=SpotifyPlugin.dll
  94. Type=Playing
  95. Substitute="0":"play","1":"pause","2":"play"
  96.  
  97. [mAdaptiveHide0]
  98. Measure=Plugin
  99. Plugin=NowPlaying.dll
  100. PlayerName=#Player#
  101. PlayerType=STATE
  102. IfBelowValue=1
  103. IfBelowAction=!HideFade
  104. IfAboveValue=0
  105. IfAboveAction=!ShowFade
  106. Disabled=(#MusicSwitch# = 0 ? (#adaptiveHideActive# = 1 ? 0 : 1) : 1)
  107.  
  108. [mAdaptiveHide1]
  109. Measure=Plugin
  110. Plugin=Process
  111. ProcessName=Spotify.exe
  112. IfBelowValue=1
  113. IfBelowAction=[!HideFade]
  114. IfAboveValue=0
  115. IfAboveAction=[!ShowFade]
  116. Disabled=(#MusicSwitch# = 1 ? (#adaptiveHideActive# = 1 ? 0 : 1) : 1)
  117.  
  118.  
  119. ;------------ MISCELLANEOUS ---------------------
  120.  
  121. [mVersion]
  122. Measure=Plugin
  123. Plugin=WebParser
  124. URL=http://www.redsaph.ml/cleartext/version.ini
  125. RegExp=(?siU)(.*)$
  126.  
  127. [mVersionEvaluator]
  128. Measure=Calc
  129. Formula=[mVersion]
  130. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment