- UID
- 538474
- 主题
- 注册时间
- 2019-3-5
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 5 天 [LV.2]偶尔看看I
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?点击注册
x
代码如下
[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
[Variables]
@include=#@#Variables.inc
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
PlayerPath=
Substitue="":"Unknown"
[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ARTIST
Substitue="":""
[MeasureProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=PROGRESS
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterArtist]
Meter=String
MeasureName=MeasureArtist
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color#
FontSize=14
X=150
Y=0
W=300
Text="%1"
AntiAlias=1
ClipString=1
[MeterTitle]
Meter=String
MeasureName=MeasureTitle
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color#
FontSize=10
X=r
Y=30
W=300
Text="%1"
AntiAlias=1
ClipString=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterProgressBar]
Meter=Bar
MeasureName=MeasureProgress
BarOrientation=Horizontal
X=0
Y=25
W=300
H=1
SolidColor=#Color#,55
BarColor=#Color2#
|
|