Guest User

Untitled

a guest
Aug 31st, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. [Rainmeter]
  2. Update=50
  3. Author=Redsaph
  4. AccurateText=1
  5. SkinHeight=(#Size#*0.25)
  6. SkinWidth=#Size#
  7.  
  8. ContextTitle=Open Settings panel
  9. ContextAction=!ActivateConfig "Cleartext\Settings"
  10. ContextTitle2=Use regular Cleartext
  11. ContextAction2=!ActivateConfig "Cleartext"
  12.  
  13. [Metadata]
  14. Name=Cleartext Pure
  15. Author=Redsaph
  16. Description=Displays track information from various media players.
  17. Version=3.4.1
  18. License=Creative Commons BY-NC-SA 3.0
  19.  
  20. [Variables]
  21. @include=#@#base.ini
  22.  
  23. ; STYLES ==========================================
  24. [styleTextControls]
  25. FontFace=Gibson
  26. FontSize=(#Size#*0.027)
  27. AntiAlias=1
  28. FontColor=#translucent#
  29. StringAlign=Right
  30. DynamicVariables=1
  31. Group=Hover
  32. MouseActionCursor=1
  33.  
  34. [styleTextMini]
  35. FontFace=Gibson
  36. FontSize=(#Size#*0.0175)
  37. AntiAlias=1
  38. FontColor=#opaque#
  39. StringAlign=Right
  40. DynamicVariables=1
  41. Group=Hover
  42.  
  43. [styleTextMajor]
  44. H=(#Size#*0.085)
  45. FontSize=(#Size#*0.0625)
  46. FontColor=#opaque#
  47. AntiAlias=1
  48. StringAlign=#mediaTextAlignmentPure#
  49.  
  50. ; =================================================
  51. ; Meters
  52.  
  53. [Background]
  54. Meter=Image
  55. X=0
  56. Y=0
  57. W=#Size#
  58. H=(#Size#*0.25)
  59. SolidColor=0,0,0,1
  60. UpdateDivider=-1
  61.  
  62. [UpdateIndicator]
  63. Meter=String
  64. Text=""
  65. StringAlign=#interfaceTextAlignment#
  66. FontSize=(#Size#*0.025)
  67. FontColor=220,0,0,255
  68. X=#indicatorPositionHorPure#
  69. Y=(#currentVersion# < [mVersionEvaluator] ? (#Size#*0.01) : #Size#)
  70. AntiAlias=1
  71. FontFace=FontAwesome
  72. Hidden=#stowAway#
  73. Group=Stow
  74. ToolTipText="An update to Cleartext is available."
  75. LeftMouseUpAction=["http://fav.me/d8lh1a9"]
  76. DynamicVariables=1
  77.  
  78. [mWidthBottom]
  79. Measure=Calc
  80. Formula=([BottomText1:W] + 100)
  81. DynamicVariables=1
  82.  
  83. [mMoveBottom]
  84. Measure=Calc
  85. Formula=(mMoveBottom % mWidthBottom) - 4
  86.  
  87. [mWidthTop]
  88. Measure=Calc
  89. Formula=([TopText1:W] + 100)
  90. DynamicVariables=1
  91.  
  92. [mMoveTop]
  93. Measure=Calc
  94. Formula=(mMoveTop % mWidthTop) - 4
  95.  
  96.  
  97. [TopText2]
  98. Meter=String
  99. Y=(#Size#*0.04)
  100. X=([mWidthTop] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : ([mWidthTop] + [mMoveTop]))
  101. DynamicVariables=1
  102. Text=[#topText##MusicSwitch#]
  103. FontFace=#thinFont#
  104. MeterStyle=styleTextMajor
  105. Hidden=([mWidthTop] <= #Size# ? 1 : 0)
  106.  
  107. [TopText1]
  108. Meter=String
  109. Y=(#Size#*0.04)
  110. X=([mWidthTop] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : [mMoveTop])
  111. DynamicVariables=1
  112. Text=[#topText##MusicSwitch#]
  113. FontFace=#thinFont#
  114. MeterStyle=styleTextMajor
  115.  
  116. [BottomText1]
  117. Meter=String
  118. Y=R
  119. X=([mWidthBottom] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : [mMoveBottom])
  120. DynamicVariables=1
  121. Text=[#bottomText##MusicSwitch#]
  122. FontFace=#thickFont#
  123. MeterStyle=styleTextMajor
  124.  
  125. [BottomText2]
  126. Meter=String
  127. Y=r
  128. X=([mWidthBottom] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : ([mWidthBottom] + [mMoveBottom]))
  129. DynamicVariables=1
  130. Text=[#bottomText##MusicSwitch#]
  131. FontFace=#thickFont#
  132. MeterStyle=styleTextMajor
  133. Hidden=([mWidthBottom] <= #Size# ? 1 : 0)
Advertisement
Add Comment
Please, Sign In to add comment