Rainmeter皮肤制作教程(图)rainmeter皮肤下载 |
|
|
以下为程式根蒂根基讲解==[Rainmeter]BackgroundMode=1这个是必写的彷佛是啥子Rainmeter面板的设1就好曾设过6为啥子变化只是颜色变深[Variables]最近要写不写仿佛都行不外写会比力利便这个是个宣告区也就是先宣告最近式啥子最近式啥子Exp名称="指令"FontColor="0,0,0"(字体颜色)些最近后然后在字体颜色那写上#FontColor#如许他就会施用FontColor="0,0,0"最近后面三基色所搅混的颜色如果是写FontSize="7"(字体大小)然后在字体颜色那写上#FontSize#如许他就会施用FontColor="0,0,0"最近后面所指定的大小这搭要些多少个均可以名称可以改接下来是重头戏[抓取]型式[名称]指令.[UserName]Measure=Plugin Plugin=Plugins\SysInfo.dll SysInfoType=#NetTxt#_NAME最近是抓取pc施用者名称(要用最近的话必需在宣告区[Variables]里加之NetTxt="User")[MeasureIP]Measure=Plugin Plugin=Plugins\SysInfo.dll SysInfoType=IP_ADDRESS SysInfoData=1最近是抓取pcIP[MeasureOS]Measure="Plugin"Plugin="Plugins\SysInfo.dll"SysInfoType="OS_VERSION"SysInfoData="1"最近是抓取os视窗Measure=CPU(抓cpu施用率)Measure=PhysicalMemory(抓记忆体施用多少)Measure=SwapMemory(抓虚拟记忆体施用多少)Measure=NetIn(抓下载速率)Measure=NetOut(抓上传速率)[MeasureDate]Measure=Time Format="%#m/%#d_"substitute="/":"月","_":"日"这是抓取几月几号Format="%#m/%#d"==型式讲解%#m=月"/"就是中心分开线%#d=日==如许就会酿成7/3若加之substitute="/":"月","_":"日"==型式讲解"/"=%#m/%#d_最近中心的/(可转变):=酿成"月"=要酿成啥子(可转变),=分开"_"=%#m/%#d_最近最后面的_(可转变)其它依样口语就是/酿成月_酿成日符号要转变要先从%#m/%#d_转变==就不会是7/3而是7月3日[MeasureWeek]Measure=Time Format="%A"substitute="Sunday":"礼拜天(日)","Monday":"礼拜一(月)","Tuesday":"礼拜二(火)","Wednesday":"礼拜三(水)","Thursday":"礼拜四(木)","Friday":"礼拜五(金)","Saturday":"礼拜六(土)"这是抓今日礼拜几型式跟MeasureDate同样[MeasureTime]Measure=Time Format="%#H-%#M^"substitute="-":"时","^":"分"这是抓取今朝时间型式同上没要用substitute="-":"时","^":"分"最近的话%#H-%#M^改为%#H:%#M如许会是09:06不改的话会是09-06^加个%#S可以显示秒数[MeasureUptime]Measure=Uptime substitute="d":"日",":":"时"这是显示开机过后时间型式同上[FDS_C]Measure=FreeDiskSpace Drive=C:这个是抓硬碟空间该抓另外1个就改为[FDS_D]Measure=FreeDiskSpace Drive=D:只要改[名称]以及Drive=?:(?=硬碟代号)名称都能改==这些个是一起头程式要打车(根蒂根基)Rainmeter肉皮儿建造教程⑵以下为显示程式讲解==[soeur]Meter=IMAGE ImageName=fate.png X=0 Y=0这是显示图片的字段Meter=IMAGE执行显示图的字段以及显示文字不依样喔ImageName=fate.png就是图片名称图片要在INI档资料夹下XY座标参考显示文字[Back]Meter=IMAGE X=0r Y=50r W=400 H=5 SolidColor=#BColor#要是没图要用就用最近先做个基本规模最近是显示1个框框框框大有由W.H转变W是宽H是长最小是1若不需要就删失不成设0否则会有错误SolidColor=#BColor#是框框配景颜色#BColor#是在参考宣告区设定===最近程式是要在显示文字前写上如许文字才有显示规模若没用文字是不会显示的要是字多字长可以设长一点儿大一点儿否则字显示凌驾框框规模会被截失喔Rainmeter肉皮儿建造教程⑶以下为显示程式讲解==[CPUTxt]Meter=STRING X=50r Y=10r Prefix="CPU"FontColor=#FColor#FontSize=7 StringAlign=RIGHT StringStyle=BOLD Hidden=1此为显示文字字段[CPUTxt]名称自由转变Meter=STRING恩.应该是显示啥子的STRING是显示字体X=0r Y=0r座标有加r以及没加r变化很大没加r会从最初座标起头算有加r会从上个字段的座标起头算Prefix="?"要显示啥子西FontColor=#FColor#字体颜色#FColor#这是在宣告区所写的若宣告区没写就改写成FontColor="0,0,0"FontSize=7字体大小要是在宣告区有宣告就改为FontSize=#名称#StringAlign=RIGHT字体靠右靠左照旧靠中StringStyle=BOLD字型BOLD此为粗体Hidden=1隐蔽就是不显示这就是一段要再一段就要再复制一段名称要纷歧样喔==分支1在最近中加段MeasureName=CPU(CPU就是在抓取区的抓取CPU指令名称如果是要显示记忆体就改为抓取Mem指令的名称)就会酿成显示CPU施用率ex.[ComeCPU]MeasureName=CPU Meter=STRING X=28r Y=0r Postfix="%"FontColor=#FColor#FontSize=7 StringAlign=RIGHT StringStyle=BOLD==分支2如果是要用在显示有单元的像.记忆体上传下载速率硬碟空间则加AutoScale=1 NumOfDecimals=0这是计算单元的不加的话会浮现一堆数字ex.[ComeMem]MeasureName=Memory Meter=STRING X=90r Y=-13r Postfix="B"FontColor=#FColor#FontSize=7 StringAlign=RIGHT StringStyle=BOLD AutoScale=1 NumOfDecimals=0==要记得复制贴上是你最佳的伴侣这是显示字体的字段每段熬头段都要有[名称]Rainmeter肉皮儿建造教程(4)以下为显示程式讲解==[Rainmeter]BackgroundMode=1(打就是了);===[Variables]FColor="0,0,0"BColor="30,50,74"(这是宣告FColor是"0,0,0"BColor是"30,50,74");==[MeasureIP]Measure=Plugin Plugin=Plugins\SysInfo.dll SysInfoType=IP_ADDRESS SysInfoData=1[MeasureOS]Measure="Plugin"Plugin="Plugins\SysInfo.dll"SysInfoType="OS_VERSION"SysInfoData=[MeasureCPU]Measure=CPU[MeasureMemory]Measure=PhysicalMemory[MeasureSwapMemory]Measure=SwapMemory[MeasureNetIn]Measure=NetIn[MeasureNetOut]Measure=NetOut[MeasureTime]Measure=Time Format=%H:%M:%S[MeasureDate]Measure=Time Format="%#m/%#d*"substitute="/":"月","*":"日"[MeasureWeek]Measure=Time Format=%A substitute="Sunday":"礼拜天","Monday":"礼拜一","Tuesday":"礼拜二","Wednesday":"礼拜三","Thursday":"礼拜四","Friday":"礼拜五","Saturday":"礼拜六"[MeasureFDS_C]Measure=FreeDiskSpace Drive=C:[MeasureFDS_D]Measure=FreeDiskSpace Drive=D:(抓取资讯);==[Back]Meter=IMAGE X=0 Y=0 W=100 H=250 SolidColor=#BColor#,20(这是配景框框SolidColor=#BColor#,20后面加个,20是透明度);==[IPTxt]Meter=STRING X=0r Y=0r Prefix="IP:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[IPT]MeasureName=MeasureIP Meter=STRING X=20r Y=2r FontColor=#FColor#FontSize=8 StringAlign=LEFT StringStyle=BOLD(显示IP:*x);===[OSTxt]Meter=STRING X=-20r Y=15r Prefix="OS:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[OS]MeasureName=MeasureOS Meter=STRING X=18r Y=15r FontColor=#FColor#FontSize=8 StringAlign=LEFT StringStyle=BOLD(显示OS:*X);===[CPUTxt]Meter=STRING X=0r Y=20r Prefix="CPU:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[Cpu]MeasureName=MeasureCPU Meter=STRING X=45r Y=0r Postfix="%"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD(显示CPU:*%);===[MemTxt]Meter=STRING X=-50r Y=20r Prefix="Mem:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[Mem]MeasureName=MeasureMemory Meter=STRING X=40r Y=0r Postfix="B"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示Mem:*KB);===[SWAPTxt]Meter=STRING X=-40r Y=20r Prefix="Swap:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[SWAP]MeasureName=MeasureSwapMemory Meter=STRING X=40r Y=0r Postfix="B"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示Swap:*KB);==[DLTxt]Meter=STRING X=-40r Y=20r Prefix="DL:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[DL]MeasureName=MeasureNetOut Meter=STRING X=40r Y=0r Postfix="b"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示DL:*KB);===[ULTxt]Meter=STRING X=-40r Y=20r Prefix="UL:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD MeasureName=MeasureNetIn Meter=STRING X=40r Y=0r Postfix="b"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示DL:*KB);===[time]MeasureName=MeasureTime Meter=STRING X=-30r Y=20r FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD(显示时间18:20:45);==[DAY]MeasureName=MeasureDate Meter=STRING X=0r Y=20r FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD(显示日子7月7日);==[Week]MeasureName=MeasureWeek Meter=STRING X=0r Y=20r FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD(显示周几礼拜五);===[CTxt]Meter=STRING X=0r Y=20r Prefix="C:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[CD]MeasureName=MeasureFDS_C Meter=STRING X=20r Y=0r Postfix="B"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示C硬碟剩多少);===[DTxt]Meter=STRING X=-20r Y=20r Prefix="D:"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD[DD]MeasureName=MeasureFDS_D Meter=STRING X=20r Y=0r Postfix="B"FontColor=#FColor#FontSize=10 StringAlign=LEFT StringStyle=BOLD AutoScale=1 NumOfDecimals=0(显示C硬碟剩多少)==END===一些小处所要注重;(在任何一段打上;然后一字段就不会执行)Prefix以及Postfix不同的地方在于Prefix是文字直接显示Postfix是文字会显示在数值后面
|
|
|
|