- UID
- 447279
- 主题
- 注册时间
- 2016-3-16
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 6 天 [LV.2]偶尔看看I
|
发表于 2016-3-20 01:29:39
|
显示全部楼层
我是新手,有个问题想请教一下。我复制了一个磁盘的皮肤,但是修改了很多次都是没有显示我系统里面磁盘的名字。下面是C盘的代码,麻烦帮我看一下,盼解答。感谢感谢。
[Rainmeter]
Author=abu46
Update=1000
MiddleMouseDownAction=!RainmeterDeactivateConfig
....................................................................................................................................................
[Variables]
FontFace=Denmark
FontColor=255,255,255,240
FontSize=9
...................................................................................................................................................
[MeasureHDD1]
Measure=FreeDiskSpace
Drive="C:"
InvertMeasure=1
[MeasureHDD1L]
Measure=FreeDiskSpace
Drive="C:"
Label=1
........................................................................................................................................................
[Bar Background]
Meter=Image
X=-15
Y=30
H=3
W=285
SolidColor=255,255,255,60
[MeterBar]
Meter=BAR
MeasureName=MeasureHDD1
X=-15
Y=30
H=3
W=285
BarColor=255,255,255,240
BarOrientation=Horizontal
[HDD1Label]
MeasureName=MeasureHDD1L
Meter=STRING
X=5
Y=11
FontFace=#FontFace#
FontColor=#FontColor#
FontSize=#FontSize#
AntiAlias=1
StringCase=Upper
StringAlign=left
LeftMouseUpAction=!execute [C:/]
[MeterHDD1]
MeasureName=MeasureHDD1
Meter=STRING
FontFace=#FontFace#
FontColor=#FontColor#
FontSize=#FontSize#
AntiAlias=1
StringAlign=right
MinValue=0
MaxValue=100
Postfix="%"
X=40
Y=40
Percentual=1
LeftMouseUpAction=!execute [C:/] |
|