Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- DynamicWindowSize=1
- Update=1000
- [Metadata]
- Version=0.1
- Author=RiDeag
- Information=Get fucked
- [Variables]
- Font=Segoe UI
- FontSize=9
- FontColor=255,255,255
- BGColour=47, 58, 77
- ----
- ;MEASURES;
- ----
- [mPlayer]
- Measure=Plugin
- Plugin=NowPlaying.dll
- PlayerName=CAD
- PlayerType=TITLE
- PlayerPath=
- DisableLeadingZero=0
- RegExpSubstitute=1
- Substitute="":"N\A", "[Ff]eat.*":"", "[Ff]t\..*":"", "\(.*":"", "\[.*":""
- [mArtist]
- Measure=Plugin
- Plugin=NowPlaying.dll
- PlayerName=[mPlayer]
- PlayerType=ARTIST
- RegExpSubstitute=1
- Substitute="":"N\A", "[Ff]eat.*":"", "[Ff]t\..*":"", "\(.*":"", "\[.*":""
- [MeasureTime]
- Measure=Time
- Format=%A %d, %I:%M
- ----
- ;METERS;
- ----
- [Time]
- Meter=String
- MeasureName=MeasureTime
- X=(#WORKAREAWIDTH# - 0)
- Y=0
- SolidColor=#BGColour#
- FontColor=#FontColor#
- FontFace=#Font#
- FontSize=#FontSize#
- Text="%1"
- AntiAlias= 1
- StringAlign=Right
- padding= 0, 2, 0, 3
- [Line]
- DynamicVariables=1
- Meter=String
- SolidColor=#BGColour#
- FontColor=#FontColor#
- FontFace=#Font#
- FontSize=#FontSize#
- AntiAlias= 1
- X=-[Time:w]r
- StringAlign=Right
- Y=0
- Text="|"
- padding= 0, 2, 0, 3
- [Song]
- DynamicVariables=1
- Meter=String
- MeasureName=mPlayer
- MeasureName2=mArtist
- padding= 100, 2, 0, 1
- W=222
- H=19
- X=-[Line:w]-r
- Y=0
- SolidColor=#BGColour#
- FontColor=#FontColor#
- FontFace=#Font#
- FontSize=#FontSize#
- Text="%2 - %1"
- clipstring=1
- ToolTipText="%2 - %1"
- AntiAlias= 1
- StringAlign=Right
- MouseScrollDownAction= !Execute [!RainmeterPluginBang "mPlayer Previous"]
- MouseScrollUpAction= !Execute [!RainmeterPluginBang "mPlayer Next"]
- LeftMouseUpAction= !Execute [!RainmeterPluginBang "mPlayer PlayPause"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement