diff --git a/@Resources/variables.inc b/@Resources/variables.inc new file mode 100644 index 0000000..902fdf5 --- /dev/null +++ b/@Resources/variables.inc @@ -0,0 +1,101 @@ +[Variables] +; Version Number +Version_Number=2.1.1 +; Toggle Switches +Switch=0 +Switch1=1 + + +; Light Mode +LightDarkTheme_Text0=Light +Background_Color0=255,255,255,95 +Graph_Background0=255,255,255,51 +Graph_Line0=255,255,255 +Graph_Line20=10,10,10 +Graph_Hor_Line0=255,255,255,100 +Color_Matrix10=1; 0; 0; 0; 0 +Color_Matrix20=0; 1; 0; 0; 0 +Color_Matrix30=0; 0; 1; 0; 0 +Color_Matrix40=0; 0; 0; 1; 0 +Color_Matrix50=0; 0; 0; 0; 0 +Button_Color0=10,10,10,95 +Button_Text_Color0=200,200,200,255 + +; Dark Mode +LightDarkTheme_Text1=Dark +Background_Color1=10,10,10,95 +Graph_Background1=0,0,0,51 +Graph_Line1=255,255,255 +Graph_Line21=175,175,175 +Graph_Hor_Line1=255,255,255,100 +Color_Matrix11=1; 0; 0; 0; 0 +Color_Matrix21=0; 1; 0; 0; 0 +Color_Matrix31=0; 0; 1; 0; 0 +Color_Matrix41=0; 0; 0; 1; 0 +Color_Matrix51=-1; -1; -1; 0; 1 +Button_Color1=255,255,255,95 +Button_Text_Color1=10,10,10,255 + +; Blur Type +Blur_Type=Acrylic + +; Dark Font +Font_Color0=25,25,25,255 +Title_Color0=10,10,10,255 +Bar_Tint0=25,25,25,255 +LightDarkFont_Text0=Dark + +; Light Font +Font_Color1=225,255,255,255 +Title_Color1=255,255,255,255 +Bar_Tint1=255,255,255,255 +LightDarkFont_Text1=Light + +; Rounded Corners +Round_Corner=10,10 + +; Miscellaneous Toggle Switches +ToggleGPU=1 +GPU0=OFF +GPU1=ON +GPUActive1=!DeactivateConfig "FluentDash11\GPU" +GPUActive0=!ActivateConfig "FluentDash11\GPU" + +ToggleCPU=1 +ToggleCPUOption=0 +CPU0=OFF +CPU1=ON +CPUActive1=!DeactivateConfig "FluentDash11\CPU" +CPUActive0=!ActivateConfig "FluentDash11\CPU" "[#CPUVersion[#SwitchCPUVersionText]] Core.ini" + +SwitchCPUVersion=2 +SwitchCPUVersionText=3 +CPUVersion0=2 +CPUVersion1=4 +CPUVersion2=6 +CPUVersion3=8 + +ToggleRAM=1 +RAM0=OFF +RAM1=ON +RAMActive1=!DeactivateConfig "FluentDash11\RAM" +RAMActive0=!ActivateConfig "FluentDash11\RAM" + +ToggleNetwork=1 +Network0=OFF +Network1=ON +NetworkActive1=!DeactivateConfig "FluentDash11\NETWORK" +NetworkActive0=!ActivateConfig "FluentDash11\NETWORK" + + +ToggleDisk=1 +Disk0=OFF +Disk1=ON +DiskActive1=!DeactivateConfig "FluentDash11\Disk Usage" +DiskActive0=!ActivateConfig "FluentDash11\Disk Usage" + +ToggleSysInfo=1 +SysInfo0=OFF +SysInfo1=ON +SysInfoActive1=!DeactivateConfig "FluentDash11\SysInfo" +SysInfoActive0=!ActivateConfig "FluentDash11\SysInfo" diff --git a/CPU/2 Core.ini b/CPU/2 Core.ini index 972de4f..600a736 100644 Binary files a/CPU/2 Core.ini and b/CPU/2 Core.ini differ diff --git a/CPU/4 Core.ini b/CPU/4 Core.ini index 181483a..33d257e 100644 Binary files a/CPU/4 Core.ini and b/CPU/4 Core.ini differ diff --git a/CPU/6 Core.ini b/CPU/6 Core.ini index fa25efd..7e4eacf 100644 Binary files a/CPU/6 Core.ini and b/CPU/6 Core.ini differ diff --git a/CPU/8 Core.ini b/CPU/8 Core.ini index a19d27b..eb89033 100644 Binary files a/CPU/8 Core.ini and b/CPU/8 Core.ini differ diff --git a/DISK USAGE/DiskUsage.ini b/DISK USAGE/DiskUsage.ini index 5eb108e..2009246 100644 --- a/DISK USAGE/DiskUsage.ini +++ b/DISK USAGE/DiskUsage.ini @@ -6,12 +6,15 @@ AccurateText=1 Name=FluentDash11 Author=maze404 Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. -Version=1.0 +Version=2.1.1 License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 +[Variables] +@Include=#@#variables.inc + [Background] Meter=Shape -Shape=Rectangle 0,0,325,190,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 +Shape=Rectangle 0,0,325,190,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 ;------------------------ ;--------PLUGINS--------- @@ -20,7 +23,7 @@ Shape=Rectangle 0,0,325,190,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 [FrostedGlass] Measure=Plugin Plugin=FrostedGlass -Type=Acrylic +Type=#Blur_Type# Border=All ;------------------------ @@ -103,15 +106,13 @@ InvertMeasure=1 Meter=String FontFace=Segoe UI FontWeight=500 -FontColor=10,10,10,255 +FontColor=[#Title_Color[#Switch1]] Text=Disk Usage: AutoScale=1 FontSize=12 Antialias=1 X=5 Y=5 -W=100 -H=35 [MeterCTitle] Meter=String @@ -119,7 +120,7 @@ FontFace=Segoe UI MeasureName=MeasureFreeDiskSpaceC MeasureName2=MeasureTotalDiskSpaceC FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 @@ -131,15 +132,19 @@ Meter=Image ImageName=#@#HorBarBg.png X=5 Y=5R +ColorMatrix1=[#Color_Matrix1[#Switch]] +ColorMatrix2=[#Color_Matrix2[#Switch]] +ColorMatrix3=[#Color_Matrix3[#Switch]] +ColorMatrix4=[#Color_Matrix4[#Switch]] +ColorMatrix5=[#Color_Matrix5[#Switch]] [MeterBarC] Meter=Bar BarBorder=10 BarImage=#@#HorBar.png MeasureName=MeasureUsedDiskSpaceC -ImageTint=255,255,255,255 +ImageTint=[#Bar_Tint[#Switch1]] BarOrientation=Horizontal -BarColor=255,255,255 PreserveAspectRatio=0 X=0r Y=0r @@ -150,11 +155,11 @@ FontFace=Segoe UI MeasureName=MeasureFreeDiskSpaceD MeasureName2=MeasureTotalDiskSpaceD FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=10R +Y=12R Text=(D:) Drive: %1B free (%2B total) [MeterBarBgD] @@ -162,15 +167,19 @@ Meter=Image ImageName=#@#HorBarBg.png X=5 Y=5R +ColorMatrix1=[#Color_Matrix1[#Switch]] +ColorMatrix2=[#Color_Matrix2[#Switch]] +ColorMatrix3=[#Color_Matrix3[#Switch]] +ColorMatrix4=[#Color_Matrix4[#Switch]] +ColorMatrix5=[#Color_Matrix5[#Switch]] [MeterBarD] Meter=Bar BarBorder=10 BarImage=#@#HorBar.png MeasureName=MeasureUsedDiskSpaceD -ImageTint=255,255,255,255 +ImageTint=[#Bar_Tint[#Switch1]] BarOrientation=Horizontal -BarColor=255,255,255 PreserveAspectRatio=0 X=0r Y=0r @@ -181,11 +190,11 @@ FontFace=Segoe UI MeasureName=MeasureFreeDiskSpaceE MeasureName2=MeasureTotalDiskSpaceE FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=10R +Y=12R Text=(E:) Drive: %1B free (%2B total) [MeterBarBgE] @@ -193,15 +202,19 @@ Meter=Image ImageName=#@#HorBarBg.png X=5 Y=5R +ColorMatrix1=[#Color_Matrix1[#Switch]] +ColorMatrix2=[#Color_Matrix2[#Switch]] +ColorMatrix3=[#Color_Matrix3[#Switch]] +ColorMatrix4=[#Color_Matrix4[#Switch]] +ColorMatrix5=[#Color_Matrix5[#Switch]] [MeterBarE] Meter=Bar BarBorder=10 BarImage=#@#HorBar.png MeasureName=MeasureUsedDiskSpaceE -ImageTint=255,255,255,255 +ImageTint=[#Bar_Tint[#Switch1]] BarOrientation=Horizontal -BarColor=255,255,255 PreserveAspectRatio=0 X=0r Y=0r @@ -212,11 +225,11 @@ FontFace=Segoe UI MeasureName=MeasureFreeDiskSpaceF MeasureName2=MeasureTotalDiskSpaceF FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=10R +Y=12R Text=(F:) Drive: %1B free (%2B total) [MeterBarBgF] @@ -224,15 +237,19 @@ Meter=Image ImageName=#@#HorBarBg.png X=5 Y=5R +ColorMatrix1=[#Color_Matrix1[#Switch]] +ColorMatrix2=[#Color_Matrix2[#Switch]] +ColorMatrix3=[#Color_Matrix3[#Switch]] +ColorMatrix4=[#Color_Matrix4[#Switch]] +ColorMatrix5=[#Color_Matrix5[#Switch]] [MeterBarF] Meter=Bar BarBorder=10 BarImage=#@#HorBar.png MeasureName=MeasureUsedDiskSpaceF -ImageTint=255,255,255,255 +ImageTint=[#Bar_Tint[#Switch1]] BarOrientation=Horizontal -BarColor=255,255,255 PreserveAspectRatio=0 X=0r Y=0r \ No newline at end of file diff --git a/GPU/GPU.ini b/GPU/GPU.ini index 76a9215..5b3956a 100644 --- a/GPU/GPU.ini +++ b/GPU/GPU.ini @@ -2,14 +2,24 @@ Update=1000 AccurateText=1 +[Metadata] +Name=FluentDash11 +Author=maze404 +Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. +Version=2.1.1 +License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 + +[Variables] +@Include=#@#variables.inc + [Background] Meter=Shape -Shape=Rectangle 0,0,325,360,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 +Shape=Rectangle 0,0,325,360,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 [FrostedGlass] Measure=Plugin Plugin=FrostedGlass -Type=Acrylic +Type=#Blur_Type# Border=All ;------------------------ @@ -79,6 +89,18 @@ Measure=Plugin Plugin=UsageMonitor Alias=GPU +[mVramTotal1] +Measure=Registry +RegHKey=HKEY_LOCAL_MACHINE +RegKey=SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000 +RegValue=HardwareInformation.qwMemorySize +UpdateDivider=-1 + +[mVramTotal2] +Measure=Calc +Formula=mVramTotal1/1073741824 +UpdateDivider=-1 + ;------------------------ ;---------METERS--------- ;------------------------ @@ -87,56 +109,40 @@ Alias=GPU Meter=String FontFace=Segoe UI FontWeight=500 -FontColor=10,10,10,255 +FontColor=[#Title_Color[#Switch1]] Text=GPU Usage: [measureGPU:0]% AutoScale=1 FontSize=12 Antialias=1 X=5 Y=5 -W=100 -H=35 DynamicVariables=1 [MeterShapeRectangle] Meter=Shape -Shape=Rectangle 5,30,315,100,10,10 | Fill Color 255,255,255,51 | StrokeWidth 0 +Shape=Rectangle 5,30,315,100,#Round_Corner# | Fill Color [#Graph_Background[#Switch]] | StrokeWidth 0 [LineGraphGPUSpeed] Meter=Line MeasureName=measureGPU -LineColor=255,255,255 +LineColor=[#Graph_Line[#Switch]] HorizontalLines=1 -HorizontalLineColor=255,255,255,100 +HorizontalLineColor=[#Graph_Hor_Line[#Switch]] AntiAlias=1 X=5 Y=35 W=315 H=85 -;------------------------------------------------------------------------- - -[mVramTotal1] -Measure=Registry -RegHKey=HKEY_LOCAL_MACHINE -RegKey=SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\0000 -RegValue=HardwareInformation.qwMemorySize -UpdateDivider=-1 - -[mVramTotal2] -Measure=Calc -Formula=mVramTotal1/1073741824 -UpdateDivider=-1 - [MeterGPUNameTitle] Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=20R +Y=15R Text=GPU Name: [MeterGPUName] @@ -144,7 +150,7 @@ Meter=String MeasureName=MeasureGPUName FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=110r @@ -155,11 +161,11 @@ Text=%1 Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=0R +Y=5R Text=GPU Speed: [MeterGPUClockspeed] @@ -167,7 +173,7 @@ Meter=String MeasureName=MeasureGPUClockspeed FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AntiAlias=1 X=110r Y=0r @@ -177,11 +183,11 @@ Text=%1MHz Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=0R +Y=5R Text=VRAM Speed: [MeterVRAMClockspeed] @@ -189,7 +195,7 @@ Meter=String MeasureName=MeasureVRAMClockspeed FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AntiAlias=1 X=110r Y=0r @@ -199,11 +205,11 @@ Text=%1MHz Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=0R +Y=5R Text=Fan Speed: [MeterFanSpeed] @@ -211,7 +217,7 @@ Meter=String MeasureName=MeasureFanSpeed FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AntiAlias=1 X=110r Y=0r @@ -221,11 +227,11 @@ Text=%1% Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] MeasureName=MeasureGPUTemperature AntiAlias=1 X=5 -Y=10R +Y=18R Text=GPU Temperature: %1C [MeterGPUVRAMUsageTitle] @@ -233,7 +239,7 @@ Meter=String FontFace=Segoe UI MeasureName=MeasureGPUVRAMUsageCalc FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AntiAlias=1 AutoScale=1 X=167 @@ -242,13 +248,13 @@ Text=GPU VRAM Usage: %1GB [MeterShapeRectangle2] Meter=Shape -Shape=Rectangle 5,,152,100,10,10 | Fill Color 255,255,255,51 | StrokeWidth 0 +Shape=Rectangle 5,,152,100,#Round_Corner# | Fill Color [#Graph_Background[#Switch]] | StrokeWidth 0 Y=5R [LineGraphGPUTemperature] Meter=Line MeasureName=MeasureGPUTemperature -LineColor=255,255,255 +LineColor=[#Graph_Line[#Switch]] AntiAlias=1 X=5 Y=5r @@ -257,14 +263,14 @@ H=85 [MeterShapeRectangle3] Meter=Shape -Shape=Rectangle ,,152,100,10,10 | Fill Color 255,255,255,51 | StrokeWidth 0 +Shape=Rectangle ,,152,100,#Round_Corner# | Fill Color [#Graph_Background[#Switch]] | StrokeWidth 0 X=10R Y=-5r [LineGraphVRAMUsage] Meter=Line MeasureName=MeasureGPUVRAMPercentage -LineColor=255,255,255 +LineColor=[#Graph_Line[#Switch]] AntiAlias=1 X=0r Y=5r diff --git a/NETWORK/Network.ini b/NETWORK/Network.ini index e333786..0aff405 100644 --- a/NETWORK/Network.ini +++ b/NETWORK/Network.ini @@ -5,18 +5,21 @@ AccurateText=1 [Metadata] Name=FluentDash11 Author=maze404 -Information=A RainMeter skin made to look like it is part of the new Windows 11 OS. -Version=1.0 +Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. +Version=2.1.1 License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 +[Variables] +@Include=#@#variables.inc + [Background] Meter=Shape -Shape=Rectangle 0,0,325,275,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 +Shape=Rectangle 0,0,325,275,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 [FrostedGlass] Measure=Plugin Plugin=FrostedGlass -Type=Acrylic +Type=#Blur_Type# Border=All ;------------------------ @@ -57,19 +60,19 @@ Measure=Plugin Plugin=PingPlugin DestAddress=www.google.com -[measureConnectionQuality] +[MeasureConnectionQuality] Measure=Plugin Plugin=PingPlugin DestAddress=1.1.1.1 -IfCondition=measureConnectionQuality <= 30 +IfCondition=MeasureConnectionQuality <= 30 IfTrueAction=[!SetOption MeterConnectionQuality Text Great][!SetOption MeterConnectionQuality FontColor 50,255,50] -IfCondition2=measureConnectionQuality <= 50 +IfCondition2=MeasureConnectionQuality <= 50 IfTrueAction2=[!SetOption MeterConnectionQuality Text Good][!SetOption MeterConnectionQuality FontColor 100,255,100] -IfCondition2=measureConnectionQuality <= 99 -IfTrueAction2=[!SetOption MeterConnectionQuality Text Middle][!SetOption MeterConnectionQuality FontColor 255,255,100] -IfCondition3=measureConnectionQuality >= 100 +IfCondition2=MeasureConnectionQuality <= 99 > 50 +IfTrueAction2=[!SetOption MeterConnectionQuality Text Medium][!SetOption MeterConnectionQuality FontColor 255,255,100] +IfCondition3=MeasureConnectionQuality >= 100 > 99 IfTrueAction3=[!SetOption MeterConnectionQuality Text Bad][!SetOption MeterConnectionQuality FontColor 255,100,100] -IfCondition4=measureConnectionQuality >= 1000 +IfCondition4=MeasureConnectionQuality >= 1000 > 100 IfTrueAction4=[!SetOption MeterConnectionQuality Text Terrible][!SetOption MeterConnectionQuality FontColor 255,50,50] ;------------------------ @@ -80,32 +83,30 @@ IfTrueAction4=[!SetOption MeterConnectionQuality Text Terrible][!SetOption Meter Meter=String FontFace=Segoe UI FontWeight=500 -FontColor=10,10,10,255 +FontColor=[#Title_Color[#Switch1]] Text=Net usage: %2bit/s down, %1bit/s up AutoScale=1 FontSize=12 Antialias=1 X=5 Y=5 -W=100 -H=35 MeasureName=MeasureUP MeasureName2=MeasureDownload [MeterShapeRectangle] Meter=Shape -Shape=Rectangle 5,,315,100,10,10 | Fill Color 255,255,255,51 | StrokeWidth 0 +Shape=Rectangle 5,,315,100,#Round_Corner# | Fill Color [#Graph_Background[#Switch]] | StrokeWidth 0 Y=25r [LineGraphNetSpeed] Meter=Line MeasureName=MeasureUP MeasureName2=MeasureDownload -LineColor=10,10,10 -LineColor2=255,255,255 +LineColor=[#Graph_Line2[#Switch]] +LineColor2=[#Graph_Line[#Switch]] HorizontalLines=1 LineCount=2 -HorizontalLineColor=255,255,255,100 +HorizontalLineColor=[#Graph_Hor_Line[#Switch]] AntiAlias=1 AutoScale=1 X=5 @@ -116,7 +117,7 @@ H=85 [GraphUpText] Meter=String FontFace=Segoe UI -FontColor=10,10,10 +FontColor=[#Graph_Line2[#Switch]] FontSize=10 StringAlign=LeftCenter Antialias=1 @@ -127,7 +128,7 @@ Y=20R [GraphDownText] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Graph_Line[#Switch]] FontSize=10 StringAlign=LeftCenter Antialias=1 @@ -138,7 +139,7 @@ Y=0r [MeterLocalIPTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=Internal IP: Antialias=1 @@ -149,7 +150,7 @@ Y=5R Meter=String MeasureName=MeasureLocalIP FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=%1 Antialias=1 @@ -159,7 +160,7 @@ Y=0r [MeterGatewayTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=Gateway: Antialias=1 @@ -170,7 +171,7 @@ Y=5R Meter=String MeasureName=MeasureGateway FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=%1 Antialias=1 @@ -180,7 +181,7 @@ Y=0r [MeterSubnetTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=Subnet mask: Antialias=1 @@ -191,7 +192,7 @@ Y=5R Meter=String MeasureName=MeasureSubnet FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=%1 Antialias=1 @@ -201,7 +202,7 @@ Y=0r [MeterDNSTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=DNS: Antialias=1 @@ -212,7 +213,7 @@ Y=5R Meter=String MeasureName=MeasureDNS FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=%1 Antialias=1 @@ -222,7 +223,7 @@ Y=0r [MeterPingTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Text=Ping: Antialias=1 @@ -232,7 +233,7 @@ Y=5R [MeterPing] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 MeasureName=MeasurePing Text=%1ms @@ -244,7 +245,7 @@ Y=0r Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] StringAlign=CenterCenter Text=Connection Quality: FontSize=12 diff --git a/RAM/RAM.ini b/RAM/RAM.ini index 2f9fe00..82d1eec 100644 --- a/RAM/RAM.ini +++ b/RAM/RAM.ini @@ -6,17 +6,20 @@ AccurateText=1 Name=FluentDash11 Author=maze404 Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. -Version=1.0 +Version=2.1.1 License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 +[Variables] +@Include=#@#variables.inc + [Background] Meter=Shape -Shape=Rectangle 0,0,325,190,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 +Shape=Rectangle 0,0,325,190,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 [FrostedGlass] Measure=Plugin Plugin=FrostedGlass -Type=Acrylic +Type=#Blur_Type# Border=All ;------------------------ @@ -71,28 +74,26 @@ Meter=String FontFace=Segoe UI MeasureName=MeasureRAMused FontWeight=500 -FontColor=10,10,10,255 +FontColor=[#Title_Color[#Switch1]] Text=RAM: %1GB used AutoScale=1 FontSize=12 Antialias=1 X=5 Y=5 -W=100 -H=35 DynamicVariables=1 [MeterShapeRectangle] Meter=Shape -Shape=Rectangle 5,,315,100,10,10 | Fill Color 255,255,255,51 | StrokeWidth 0 +Shape=Rectangle 5,,315,100,#Round_Corner# | Fill Color [#Graph_Background[#Switch]] | StrokeWidth 0 Y=25r [LineGraphRAMUsage] Meter=Line MeasureName=MeasureRAM% -LineColor=255,255,255 +LineColor=[#Graph_Line[#Switch]] HorizontalLines=1 -HorizontalLineColor=255,255,255,100 +HorizontalLineColor=[#Graph_Hor_Line[#Switch]] AntiAlias=1 X=5 Y=5r @@ -103,11 +104,11 @@ H=85 Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=5 -Y=25R +Y=15R Text=RAM installed: [MeterTotalRAM] @@ -115,7 +116,7 @@ Meter=String MeasureName=MeasureRAMinstalled FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AutoScale=1 AntiAlias=1 X=110r @@ -126,10 +127,10 @@ Text=%1GB Meter=String FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] AntiAlias=1 X=5 -Y=0R +Y=5R Text=SWAP File Size: [MeterTotalSWAP] @@ -137,9 +138,9 @@ Meter=String MeasureName=MeasureTotalSwapFileSize FontFace=Segoe UI FontSize=9 -FontColor=255,255,255,255 +FontColor=[#Font_Color[#Switch1]] NumOfDecimals=1 AntiAlias=1 X=110r Y=0r -Text=%1GB +Text=%1GB \ No newline at end of file diff --git a/SYSINFO/Sysinfo.ini b/SYSINFO/Sysinfo.ini index 060ed9d..753f190 100644 --- a/SYSINFO/Sysinfo.ini +++ b/SYSINFO/Sysinfo.ini @@ -6,17 +6,15 @@ AccurateText=1 Name=FluentDash11 Author=maze404 Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. -Version=1.0 +Version=2.1.1 License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 -[Skin] -Active=1 -WindowX=10 -WindowY=10 +[Variables] +@Include=#@#variables.inc [Background] Meter=Shape -Shape=Rectangle 0,0,325,275,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 +Shape=Rectangle 0,0,325,275,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 ;------------------------ ;--------PLUGINS--------- @@ -25,7 +23,7 @@ Shape=Rectangle 0,0,325,275,10,10 | Fill Color 255,255,255,95 | StrokeWidth 0 [FrostedGlass] Measure=Plugin Plugin=FrostedGlass -Type=Acrylic +Type=#Blur_Type# Border=All ;------------------------ @@ -101,7 +99,7 @@ Meter=String FontFace=Segoe UI MeasureName=MeasureTime FontWeight=500 -FontColor=10,10,10,255 +FontColor=[#Title_Color[#Switch1]] Text=System Information AutoScale=1 FontSize=12 @@ -113,7 +111,7 @@ Y=5 Meter=String MeasureName=MeasureTime FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=18 Antialias=1 Text=It is currently %1 @@ -125,7 +123,7 @@ Meter=String MeasureName=MeasureDay MeasureName2=MeasureDate FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=18 Antialias=1 Text=%1, the %2 @@ -134,14 +132,14 @@ Y=0R [MeterLine] Meter=Shape -Shape=Line ,,315,0 | StrokeWidth 1 | Stroke Color 255,255,255,255 +Shape=Line ,,315,0 | StrokeWidth 1 | Stroke Color [#Font_Color[#Switch1]] X=0r Y=10R [MeterPCNameTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=PC Name: @@ -152,7 +150,7 @@ Y=10R Meter=String MeasureName=MeasurePCName FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=%1 @@ -162,7 +160,7 @@ Y=0r [MeterOSVersionTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=OS Version: @@ -174,7 +172,7 @@ Meter=String MeasureName=MeasureOSVersion MeasureName2=MeasureOSBit FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=%1 (%2bit) @@ -184,7 +182,7 @@ Y=0r [MeterCPUNameTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=CPU Model: @@ -196,7 +194,7 @@ Meter=String MeasureName=MeasureCPUName MeasureName2=MeasureCPUSpeedCalc FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 NumOfDecimals=1 @@ -207,7 +205,7 @@ Y=0r [MeterGPUNameTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=PC Name: @@ -218,7 +216,7 @@ Y=10R Meter=String MeasureName=MeasureGPUName FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=%1 @@ -228,7 +226,7 @@ Y=0r [MeterRAMTitle] Meter=String FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=Memory: @@ -239,7 +237,7 @@ Y=10R Meter=String MeasureName=MeasureRAMinstalled FontFace=Segoe UI -FontColor=255,255,255 +FontColor=[#Font_Color[#Switch1]] FontSize=9 Antialias=1 Text=%1GB @@ -248,6 +246,6 @@ Y=0r [MeterLine1] Meter=Shape -Shape=Line ,,315,0 | StrokeWidth 1 | Stroke Color 255,255,255,255 +Shape=Line ,,315,0 | StrokeWidth 1 | Stroke Color [#Font_Color[#Switch1]] X=5 Y=15R \ No newline at end of file diff --git a/Settings/settings.ini b/Settings/settings.ini new file mode 100644 index 0000000..bab5d7e --- /dev/null +++ b/Settings/settings.ini @@ -0,0 +1,470 @@ +[Rainmeter] +Update=1000 +AccurateText=1 + +[Variables] +@Include=#@#variables.inc + +[Metadata] +Name=FluentDash11 +Author=maze404 +Information=A Rainmeter skin made to look like it is part of the new Windows 11 OS. +Version=2.1.1 +License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0 + +[Background] +Meter=Shape +Shape=Rectangle 0,0,670,865,#Round_Corner# | Fill Color [#Background_Color[#Switch]] | StrokeWidth 0 + +;------------------------ +;--------PLUGINS--------- +;------------------------ + +[FrostedGlass] +Measure=Plugin +Plugin=FrostedGlass +Type=#Blur_Type# +Border=All + +;------------------------ +;---------METERS--------- +;------------------------ + +[MeterText] +Meter=String +FontFace=Segoe UI +Antialias=1 +FontColor=[#Title_Color[#Switch1]] +FontWeight=500 +FontSize=20 +StringAlign=CenterCenter +X=335 +Y=55 +Text=Hello + +[MeterText2] +Meter=String +FontFace=Segoe UI +Antialias=1 +FontColor=[#Title_Color[#Switch1]] +FontWeight=500 +FontSize=15 +StringAlign=CenterDown +X=335 +Y=-2R +Text=Thank you for using FluentDash11!#CRLF#Here are some options for you to customize the skin to your liking: + +[MeterText3] +Meter=String +FontFace=Segoe UI +Antialias=1 +FontColor=[#Title_Color[#Switch1]] +FontWeight=500 +FontSize=15 +X=25 +Y=25R +Text=Main options: + +[MeterOption1] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=20 +Antialias=1 +Text=Theme: +X=70 +Y=27R + +[MeterButtonOption1] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=375r +Y=-5r +LeftMouseUpAction=[!WriteKeyValue Variables Switch "(#Switch#=1?0:1)" "#@#variables.inc"][!RefreshApp] + +[MeterButtonOption1Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#LightDarkTheme_Text[#Switch]] +X=25r +Y=25r + + +[MeterOption2] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=20 +Antialias=1 +Text=Font Color: +X=70 +Y=17R + +[MeterButtonOption2] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=375r +Y=-5r +LeftMouseUpAction=[!WriteKeyValue Variables Switch1 "(#Switch1#=1?0:1)" "#@#variables.inc"][!RefreshApp] + +[MeterButtonOption2Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#LightDarkFont_Text[#Switch1]] +X=25r +Y=25r + +[MeterOption3] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=20 +Antialias=1 +Text=Blur Type: +X=70 +Y=15R + +[MeterButton1Option3] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=240r +Y=-5r +LeftMouseUpAction=[!WriteKeyValue Variables Blur_Type None "#@#variables.inc"][!RefreshApp] + +[MeterButton2Option3] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=10R +Y=0r +LeftMouseUpAction=[!WriteKeyValue Variables Blur_Type Blur "#@#variables.inc"][!RefreshApp] + +[MeterButton3Option3] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=10R +Y=0r +LeftMouseUpAction=[!WriteKeyValue Variables Blur_Type Acrylic "#@#variables.inc"][!RefreshApp] + +[MeterButton1Option3Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +StringAlign=CenterCenter +Text=None +X=-170r +Y=25r + +[MeterButton2Option3Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +StringAlign=CenterCenter +Text=Blur +X=45R +Y=0r + +[MeterButton3Option3Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +StringAlign=CenterCenter +Text=Acrylic +X=65R +Y=0r + +[MeterOption4] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=20 +Antialias=1 +Text=Rounded Corners: +X=70 +Y=6R + +[MeterButton1Option4] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=240r +Y=-5r +LeftMouseUpAction=[!WriteKeyValue Variables Round_Corner 0,0 "#@#variables.inc"][!RefreshApp] + +[MeterButton2Option4] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=10R +Y=0r +LeftMouseUpAction=[!WriteKeyValue Variables Round_Corner 10,10 "#@#variables.inc"][!RefreshApp] + +[MeterButton3Option4] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=10R +Y=0r +LeftMouseUpAction=[!WriteKeyValue Variables Round_Corner 20,20 "#@#variables.inc"][!RefreshApp] + +[MeterButton1Option4Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +Text=None +StringAlign=CenterCenter +X=-170r +Y=25r + +[MeterButton2Option4Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +StringAlign=CenterCenter +Text=Normal +X=45R +Y=0r + +[MeterButton3Option4Text] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=20 +Antialias=1 +StringAlign=CenterCenter +Text=Strong +X=22R +Y=0r + + +[MeterText4] +Meter=String +FontFace=Segoe UI +Antialias=1 +FontColor=[#Title_Color[#Switch1]] +FontWeight=500 +FontSize=15 +X=25 +Y=11R +Text=Miscellaneous options: + +[MeterToggleGPUWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle GPU widget: +X=25 +Y=25R + +[MeterToggleGPUWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=185r +Y=-12r +LeftMouseUpAction=[!WriteKeyValue Variables ToggleGPU "(#ToggleGPU#=1?0:1)" "#@#variables.inc"][!Refresh][#GPUActive[#ToggleGPU]] + +[MeterToggleGPUWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#GPU[#ToggleGPU]] +X=25r +Y=25r + +[MeterToggleCPUWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle CPU widget: +X=25 +Y=20R + +[MeterToggleCPUWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=185r +Y=-12r +LeftMouseDownAction=[!WriteKeyValue Variables ToggleCPU "(#ToggleCPU#=1?0:1)" "#@#variables.inc"][!WriteKeyValue Variables ToggleCPUOption "(#ToggleCPUOption#=1?0:1)" "#@#variables.inc"][!Refresh][#CPUActive[#ToggleCPU]] + + +[MeterToggleCPUWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#CPU[#ToggleCPU]] +X=25r +Y=25r + +[MeterToggleCPUCoresButton] +Meter=Shape +Shape=Rectangle ,,100,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +Hidden=#ToggleCPUOption# +LeftMouseDownAction=[!WriteKeyValue Variables SwitchCPUVersion "(#SwitchCPUVersion#>0?#SwitchCPUVersion#-1:3)" "#@#variables.inc"][!WriteKeyValue Variables SwitchCPUVersionText "#SwitchCPUVersion#" "#@#variables.inc"][!DeactivateConfig "FluentDash11\CPU"][!ToggleConfig "FluentDash11\CPU" "[#CPUVersion[#SwitchCPUVersion]] Core.ini"][!Refresh] +X=35r +Y=-25r + +[MeterToggleCPUCores] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +Hidden=#ToggleCPUOption# +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#CPUVersion[#SwitchCPUVersionText]] Cores +X=50r +Y=25r + +[MeterToggleRAMWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle RAM widget: +X=25 +Y=649 + +[MeterToggleRAMWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=185r +Y=-12r +LeftMouseUpAction=[!WriteKeyValue Variables ToggleRAM "(#ToggleRAM#=1?0:1)" "#@#variables.inc"][!Refresh][#RAMActive[#ToggleRAM]] + +[MeterToggleRAMWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#RAM[#ToggleRAM]] +X=25r +Y=25r + +[MeterToggleNetworkWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle Network widget: +X=115R +Y=-132r + +[MeterToggleNetworkWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=220r +Y=-12r +LeftMouseUpAction=[!WriteKeyValue Variables ToggleNetwork "(#ToggleNetwork#=1?0:1)" "#@#variables.inc"][!Refresh][#NetworkActive[#ToggleNetwork]] + +[MeterToggleNetworkWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#Network[#ToggleNetwork]] +X=25r +Y=25r + +[MeterToggleDiskWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle Disk widget: +X=-245r +Y=20R + +[MeterToggleDiskWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=220r +Y=-12r +LeftMouseUpAction=[!WriteKeyValue Variables ToggleDisk "(#ToggleDisk#=1?0:1)" "#@#variables.inc"][!Refresh][#DiskActive[#ToggleDisk]] + +[MeterToggleDiskWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#Disk[#ToggleDisk]] +X=25r +Y=25r + +[MeterToggleSysInfoWidget] +Meter=String +FontFace=Segoe UI +FontColor=[#Font_Color[#Switch1]] +FontSize=15 +Antialias=1 +Text=Toggle SysInfo widget: +X=-245r +Y=20R + +[MeterToggleSysInfoWidgetButton] +Meter=Shape +Shape=Rectangle ,,50,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=220r +Y=-12r +LeftMouseUpAction=[!WriteKeyValue Variables ToggleSysInfo "(#ToggleSysInfo#=1?0:1)" "#@#variables.inc"][!Refresh][#SysInfoActive[#ToggleSysInfo]] + +[MeterToggleSysInfoWidgetText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=[#SysInfo[#ToggleSysInfo]] +X=25r +Y=25r + +[MeterToggleSettingsButton] +Meter=Shape +Shape=Rectangle ,,200,50,#Round_Corner# | Fill Color [#Button_Color[#Switch]] | StrokeWidth 0 +X=235 +Y=50R +LeftMouseUpAction=[!DeactivateConfig "FluentDash11\Settings"] + +[MeterToggleSettingsText] +Meter=String +FontFace=Segoe UI +FontColor=[#Button_Text_Color[#Switch]] +FontSize=15 +Antialias=1 +StringAlign=CenterCenter +Text=Close Settings +X=100r +Y=25r \ No newline at end of file