Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=250
- MouseOverAction=[!ShowMeterGroup Hover][!ShowMeterGroup #stowAwayName#][!UpdateMeter *][!Redraw]
- MouseLeaveAction=[!HideMeterGroup Hover][!HideMeterGroup #stowAwayName#][!UpdateMeter *][!Redraw]
- Author=Redsaph
- [Metadata]
- Name=Cleartext
- Author=Redsaph
- Description=Displays track information from various media players.
- Version=2.6
- License=Creative Commons BY-NC-SA 3.0
- [Variables]
- @include=#@#variables.inc
- @include2=#@#color.inc
- ; #####################
- ; # SHIT I ADDED # requires Group=Music on stuff you want to hide
- ; #####################
- [IsPlaying]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Playing
- IfEqualValue=0
- IfEqualAction=[!HideMeterGroup "Music"]
- IfAboveValue=0
- IfAboveAction=[!ShowMeterGroup "Music"]
- [MeasureProcess]
- Measure=Plugin
- Plugin=Process
- ProcessName=Spotify.exe
- IfEqualValue=-1
- IfEqualAction=[!HideMeterGroup "Music"]
- ; ##### COLOR EXTRACT #####
- [ChameleonDesktop]
- Measure=Plugin
- Plugin=Chameleon
- Type=Desktop
- [DesktopFG1]
- Measure=Plugin
- Plugin=Chameleon
- Parent=ChameleonDesktop
- Color=Foreground1
- [DesktopFG2]
- Measure=Plugin
- Plugin=Chameleon
- Parent=ChameleonDesktop
- Color=Foreground2
- [DesktopBG1]
- Measure=Plugin
- Plugin=Chameleon
- Parent=ChameleonDesktop
- Color=Background1
- [DesktopBG2]
- Measure=Plugin
- Plugin=Chameleon
- Parent=ChameleonDesktop
- Color=Background2
- ; # END OF MY SHIT
- [M-Player]
- Measure=Plugin
- Plugin=NowPlaying.dll
- PlayerName=Spotify
- PlayerType=TITLE
- [M-Title]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=TrackName
- Substitute="":""
- [M-Artist]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=ArtistName
- Substitute="":" "
- [M-Album]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=AlbumName
- Substitute="":" "
- [M-Position]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Position
- [M-Progress]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Progress
- Decimals=0
- [M-Length]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Length
- [M-StateButton]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Playing
- Substitute="0":"play","1":"pause","2":"play"
- [M-StateFade]
- Measure=Plugin
- Plugin=Process
- ProcessName=Spotify.exe
- IfBelowValue=1
- IfBelowAction=[!HideFade]
- IfAboveValue=0
- IfAboveAction=[!ShowFade]
- Disabled=#fadeDisabled#
- [M-Position]
- Measure=Plugin
- Plugin=SpotifyPlugin.dll
- Type=Position
- [LuaTopText]
- Measure=Script
- ScriptFile=#@#Marquee.lua
- Text=[#topText#]
- Variable=Text
- Width=21
- [LuaBottomText]
- Measure=Script
- ScriptFile=#@#Marquee.lua
- Text=[#bottomText#]
- Variable=Text
- Width=19
- ; 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=[DesktopFG2]
- StringAlign=Right
- DynamicVariables=1
- Group=Hover
- [styleTextMajor]
- W=(#Size#*0.75)
- H=(#Size#*0.085)
- FontSize=(#Size#*0.0625)
- FontColor=[DesktopFG1]
- DynamicVariables=1
- AntiAlias=1
- StringAlign=Left
- ; =================================================
- ; Meters
- [Background]
- Meter=Image
- X=0
- Y=0
- W=#Size#+(#Size#*0.09)
- H=(#Size#*0.25)
- SolidColor=[DesktopBG1]2A
- DynamicVariables=1
- UpdateDivider=-1
- [Now]
- Meter=String
- Text=Now
- StringCase=Upper
- StringAlign=Right
- FontSize=(#Size#*0.03)
- FontColor=[DesktopFG2]
- DynamicVariables=1
- X=(#Size#*0.19)
- Y=(#Size#*0.09)
- AntiAlias=1
- FontFace=Gibson
- UpdateDivider=-1
- Hidden=#stowAway#
- Group=Stow | Music
- [Playing]
- Meter=String
- Text=Playing
- StringCase=Upper
- StringAlign=Right
- FontSize=(#Size#*0.03)
- FontColor=[DesktopFG2]
- DynamicVariables=1
- X=r
- Y=(#Size#*0.125)
- AntiAlias=1
- FontFace=Gibson
- UpdateDivider=-1
- Hidden=#stowAway#
- Group=Stow | Music
- [Hairline]
- Meter=Bar
- MeasureName=M-Progress
- X=(#Size#*0.2075)
- W=(#Size#*0.005)
- H=(#Size#*0.25)
- BarColor=[DesktopFG2]
- SolidColor=[DesktopBG2]
- DynamicVariables=1
- BarOrientation=Vertical
- ToolTipText="Progress Bar"
- UpdateDivider=4
- Hidden=#stowAway#
- Group=Stow
- [TopText]
- Meter=String
- MeterStyle=styleTextMajor
- MeasureName=LuaTopText
- X=(#Size#*0.225)
- Y=(#Size#*0.0425)
- FontFace=Gibson Light
- Group=Music
- [BottomText]
- Meter=String
- MeterStyle=styleTextMajor
- MeasureName=LuaBottomText
- X=r
- Y=R
- FontFace=Gibson
- Text="%1"
- Group=Music
- [Time]
- Meter=STRING
- MeterStyle=styleTextMini
- MeasureName=M-Position
- MeasureName2=M-Length
- X=(#Size#*0.19)
- Y=(#Size#*0.02)
- Text="%1/%2"
- UpdateDivider=4
- [Progress]
- Meter=String
- MeterStyle=styleTextMini
- MeasureName=M-Progress
- X=r
- Y=R
- Text="%1%"
- [Play]
- MeterStyle=styleTextControls
- Meter=String
- MeasureName=M-StateButton
- X=(#Size#*0.11)
- Y=(#Size#*0.1925)
- Text="%1"
- LeftMouseUpAction=!CommandMeasure "M-Player" "PlayPause"
- UpdateDivider=4
- SolidColor=0,0,0,1
- FontColor=[DesktopFG2]
- DynamicVariables=1
- [Previous]
- MeterStyle=styleTextControls
- Meter=String
- X=(#Size#*0.19)
- Y=(#Size#*0.1625)
- Text="previous"
- LeftMouseUpAction=!CommandMeasure "M-Player" "Previous"
- UpdateDivider=-1
- SolidColor=0,0,0,1
- FontColor=[DesktopFG2]
- DynamicVariables=1
- [Next]
- MeterStyle=styleTextControls
- Meter=String
- X=(#Size#*0.19)
- Y=(#Size#*0.1925)
- Text="next"
- LeftMouseUpAction=!CommandMeasure "M-Player" "Next"
- UpdateDivider=-1
- SolidColor=0,0,0,1
- FontColor=[DesktopFG2]
- DynamicVariables=1
- [Settings]
- Meter=String
- MeterStyle=styleTextMini
- MeasureName=M-Progress
- FontColor=[DesktopBG1]A2
- DynamicVariables=1
- X=(#Size#*0.125)
- Y=(#Size#*0.0465)
- Text="settings"
- MouseActionCursor=1
- LeftMouseUpAction=!ActivateConfig "Cleartext\Settings"
- UpdateDivider=-1
Advertisement
Add Comment
Please, Sign In to add comment