- UID
- 570150
- 主题
- 注册时间
- 2021-6-9
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 31 天 [LV.5]常住居民I
|
发表于 2021-7-4 01:31:42
|
显示全部楼层
[Rainmeter]
Author=
Update=1000
BackgroundMode=2
SolidColor=0,0,0,1
[Metadata]
Name=
Author=
Information=
License=
Version=
;-------------------------------------------------------------
;-------------------------------------------------------------
[Variables]
;@include=#@#Variables.inc
Player=KGMusic
;播放类型:Player=KGMusic QQMusic CloudMusic
;-------------------------------------------------------------
;-------------------------------------------------------------
[Style]
StringAlign=Center
FontColor=#FontColor#
FontFace=#FontFace#
FontSize=13
AntiAlias=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasurePlayer]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=#Player#
PlayerType=TITLE
[MeasureTitle]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=[MeasurePlayer]
PlayerType=TITLE
[MeasureArtist]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=[MeasurePlayer]
PlayerType=ARTIST
;-------------------------------------------------------------
;-------------------------------------------------------------
[Title]
Meter=STRING
MeterStyle=Style
MeasureName=MeasureTitle
X=220
Y=40
Text=""
H=36
W=320
ClipString=1
[Artist]
Meter=String
MeterStyle=Style
MeasureName=MeasureArtist
X=220
Y=15
H=36
W=320
ClipString=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[Previous]
Meter=Image
ImageName=Previous.png
X=185
Y=94
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer Previous"]
Group=Player
ImageAlpha=220
ImageTint=#FontColor#
[PlayPause]
Meter=Image
ImageName=Pause.png
X=205
Y=94
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer PlayPause"]
DynamicVariables=1
Group=Player
ImageAlpha=220
ImageTint=#FontColor#
[Stop]
Meter=Image
ImageName=Stop.png
X=225
Y=94
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer Stop"]
Group=Player
ImageAlpha=220
ImageTint=#FontColor#
[Next]
Meter=Image
ImageName=Next.png
X=245
Y=94
LeftMouseUpAction=!Execute [!RainmeterPluginBang "MeasurePlayer Next"]
Group=Player
ImageAlpha=220
ImageTint=#FontColor# |
|