HOME | DD

Published: 2012-01-06 19:10:02 +0000 UTC; Views: 41672; Favourites: 79; Downloads: 4132
Redirect to original
Description
This is my second skin to rainmeter, is a simple dock with now playing controls, settings and clock.Is based to B'loved and Multidock.
Enjoy
A shoot in use [link]
Related content
Comments: 22
LordAbdo [2012-06-22 05:42:37 +0000 UTC]
Hey, I love this, but how do I add the links because I click on them and nothing happens. Yeah, I'm a newbie to this.
👍: 0 ⏩: 0
elsoria [2012-01-10 05:24:49 +0000 UTC]
What is the code to control the media player (pause, previous, next)?
👍: 0 ⏩: 1
pepeleon In reply to elsoria [2012-01-10 16:08:41 +0000 UTC]
[Play]
MouseOverAction=!Execute [!RainmeterHideMeter Play][!RainmeterShowMeter PlayH][!RainmeterRedraw]
[PlayH]
MouseLeaveAction=!Execute [!RainmeterHideMeter PlayH][!RainmeterShowMeter Play][!RainmeterRedraw]
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer PlayPause"][!RainmeterRedraw]
[Previous]
MouseOverAction=!Execute [!RainmeterHideMeter Previous][!RainmeterShowMeter PreviousH][!RainmeterRedraw]
[PreviousH]
MouseLeaveAction=!Execute [!RainmeterHideMeter PreviousH][!RainmeterShowMeter Previous][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Previous"
[Next]
MouseOverAction=!Execute [!RainmeterHideMeter Next][!RainmeterShowMeter NextH][!RainmeterRedraw]
[NextH]
MouseLeaveAction=!Execute [!RainmeterHideMeter NextH][!RainmeterShowMeter Next][!RainmeterRedraw]
LeftMouseUpAction=!RainmeterPluginBang "MeasurePlayer Next"
👍: 0 ⏩: 1