Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=50
- Author=Redsaph
- AccurateText=1
- SkinHeight=(#Size#*0.25)
- SkinWidth=#Size#
- ContextTitle=Open Settings panel
- ContextAction=!ActivateConfig "Cleartext\Settings"
- ContextTitle2=Use regular Cleartext
- ContextAction2=!ActivateConfig "Cleartext"
- [Metadata]
- Name=Cleartext Pure
- Author=Redsaph
- Description=Displays track information from various media players.
- Version=3.4.1
- License=Creative Commons BY-NC-SA 3.0
- [Variables]
- @include=#@#base.ini
- ; STYLES ==========================================
- [styleTextControls]
- FontFace=Gibson
- FontSize=(#Size#*0.027)
- AntiAlias=1
- FontColor=#translucent#
- StringAlign=Right
- DynamicVariables=1
- Group=Hover
- MouseActionCursor=1
- [styleTextMini]
- FontFace=Gibson
- FontSize=(#Size#*0.0175)
- AntiAlias=1
- FontColor=#opaque#
- StringAlign=Right
- DynamicVariables=1
- Group=Hover
- [styleTextMajor]
- H=(#Size#*0.085)
- FontSize=(#Size#*0.0625)
- FontColor=#opaque#
- AntiAlias=1
- StringAlign=#mediaTextAlignmentPure#
- ; =================================================
- ; Meters
- [Background]
- Meter=Image
- X=0
- Y=0
- W=#Size#
- H=(#Size#*0.25)
- SolidColor=0,0,0,1
- UpdateDivider=-1
- [UpdateIndicator]
- Meter=String
- Text=""
- StringAlign=#interfaceTextAlignment#
- FontSize=(#Size#*0.025)
- FontColor=220,0,0,255
- X=#indicatorPositionHorPure#
- Y=(#currentVersion# < [mVersionEvaluator] ? (#Size#*0.01) : #Size#)
- AntiAlias=1
- FontFace=FontAwesome
- Hidden=#stowAway#
- Group=Stow
- ToolTipText="An update to Cleartext is available."
- LeftMouseUpAction=["http://fav.me/d8lh1a9"]
- DynamicVariables=1
- [mWidthBottom]
- Measure=Calc
- Formula=([BottomText1:W] + 100)
- DynamicVariables=1
- [mMoveBottom]
- Measure=Calc
- Formula=(mMoveBottom % mWidthBottom) - 4
- [mWidthTop]
- Measure=Calc
- Formula=([TopText1:W] + 100)
- DynamicVariables=1
- [mMoveTop]
- Measure=Calc
- Formula=(mMoveTop % mWidthTop) - 4
- [TopText2]
- Meter=String
- Y=(#Size#*0.04)
- X=([mWidthTop] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : ([mWidthTop] + [mMoveTop]))
- DynamicVariables=1
- Text=[#topText##MusicSwitch#]
- FontFace=#thinFont#
- MeterStyle=styleTextMajor
- Hidden=([mWidthTop] <= #Size# ? 1 : 0)
- [TopText1]
- Meter=String
- Y=(#Size#*0.04)
- X=([mWidthTop] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : [mMoveTop])
- DynamicVariables=1
- Text=[#topText##MusicSwitch#]
- FontFace=#thinFont#
- MeterStyle=styleTextMajor
- [BottomText1]
- Meter=String
- Y=R
- X=([mWidthBottom] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : [mMoveBottom])
- DynamicVariables=1
- Text=[#bottomText##MusicSwitch#]
- FontFace=#thickFont#
- MeterStyle=styleTextMajor
- [BottomText2]
- Meter=String
- Y=r
- X=([mWidthBottom] <= #Size# ? ((#alignRight# > 0) ? #Size# : 0) : ([mWidthBottom] + [mMoveBottom]))
- DynamicVariables=1
- Text=[#bottomText##MusicSwitch#]
- FontFace=#thickFont#
- MeterStyle=styleTextMajor
- Hidden=([mWidthBottom] <= #Size# ? 1 : 0)
Advertisement
Add Comment
Please, Sign In to add comment