Giter VIP home page Giter VIP logo

Comments (3)

sorker avatar sorker commented on June 21, 2024
;==========[字体颜色修改]==================

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

效果如下图:
1681478860368

from detailedsystemmonitor.

Lssg97 avatar Lssg97 commented on June 21, 2024

您好,

您的需求已经包含在皮肤里了,就是下图圈起来的地方。

232056686-670e85b0-0535-4a15-a1ba-973a08438408

Windows 的虚拟内存这个概念实际上是计算机能给程序运行提供的总内存大小,包括物理内存和分页文件(一个储存在磁盘上的文件,内存不足时用来模拟内存)。计算上 虚拟内存总大小 = 物理内存大小 + 分页文件大小,使用情况上大概满足 虚拟内存使用量 = 物理内存使用量 + 2 × 分页文件使用量。本人认为虚拟内存这个概念一般人看起来会比较混乱,不如直接监测分页文件更加直观。因此本皮肤选择直接监测分页文件使用情况,通过将物理内存和分页文件的圆环组合到一起来展示计算机的虚拟内存使用情况。

顺带一提:将鼠标悬停在皮肤的各个元素上 1 秒钟左右,是能看到标签说明标签的。

from detailedsystemmonitor.

sorker avatar sorker commented on June 21, 2024

非常感谢你的解答,经过您的解释,我更加了解了虚拟内存。

from detailedsystemmonitor.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.