Closed sorker closed 1 year ago
;==========[字体颜色修改]==================
FontColour=255,255,255,255
;设备名称颜色
FontColour2=200,200,200,200
;设备信息颜色
FontColour3=200,200,200,120
;波浪图颜色+条形图高亮部分
FontColour4=200,200,200, 50
;条形图浅色部分
;==============[Swap]===================
FontColour=255,255,255,255
;设备名称颜色
FontColour2=200,200,200,200
;设备信息颜色
FontColour3=200,200,200,120
;波浪图颜色+条形图高亮部分
FontColour4=200,200,200, 50
;条形图浅色部分
;=================================
[MeasureTotalSwap]
Measure=SwapMemory
Total=1
[MeasureUsedSwap]
Measure=SwapMemory
[MeasureFreeSwap]
Measure=SwapMemory
InvertMeasure=1
[TotalSWAP.txt]
Meter=STRING
X=10
Y=12r
FontColor=#FontColour#
FontSize=9
FontFace=#FontName2#
StringStyle=bold
AntiAlias=1
Text="Swap:"
[TotalSWAP]
MeasureName=MeasureTotalSWAP
Meter=STRING
X=190
Y=2r
StringAlign=Right
FontColor=#FontColour2#
FontSize=9
FontFace=#FontName#
AntiAlias=1
Text="%1B"
AutoScale=1
[SWAPBar]
Meter=BAR
MeasureName=MeasureUsedSWAP
X=12
Y=16r
W=185
H=17
BarColor=#FontColour3#
BarOrientation=HORIZONTAL
[UsedSWAP%]
MeasureName=MeasureUsedSWAP
Meter=STRING
X=12
Y=1r
FontColor=#FontColour#
FontSize=9
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
Percentual=1
PostFix="%"
[FreeSWAP%]
MeasureName=MeasureFreeSWAP
Meter=STRING
X=185
Y=0r
StringAlign=Right
FontColor=#FontColour#
FontSize=9
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
Percentual=1
PostFix="%"
[UsedSWAP$]
MeasureName=MeasureUsedSWAP
Meter=STRING
X=12
Y=18r
FontColor=#FontColour2#
FontSize=7
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
PostFix="B"
[FreeSWAP$]
MeasureName=MeasureFreeSWAP
Meter=STRING
X=185
Y=0r
StringAlign=Right
FontColor=#FontColour2#
FontSize=7
FontFace=#FontName#
AntiAlias=1
AutoScale=1
NumOfDecimals=2
PostFix="B"
复制了这位大神的beiming3739 插件页:https://bbs.rainmeter.cn/thread-101710-1-2.html
效果如下图:
您好,
您的需求已经包含在皮肤里了,就是下图圈起来的地方。
Windows 的虚拟内存这个概念实际上是计算机能给程序运行提供的总内存大小,包括物理内存和分页文件(一个储存在磁盘上的文件,内存不足时用来模拟内存)。计算上 虚拟内存总大小 = 物理内存大小 + 分页文件大小
,使用情况上大概满足 虚拟内存使用量 = 物理内存使用量 + 2 × 分页文件使用量
。本人认为虚拟内存这个概念一般人看起来会比较混乱,不如直接监测分页文件更加直观。因此本皮肤选择直接监测分页文件使用情况,通过将物理内存和分页文件的圆环组合到一起来展示计算机的虚拟内存使用情况。
顺带一提:将鼠标悬停在皮肤的各个元素上 1 秒钟左右,是能看到标签说明标签的。
非常感谢你的解答,经过您的解释,我更加了解了虚拟内存。
如题
能否增加,十分感谢!!!orz