Skip to content

Commit

Permalink
Upload of new version 2.1.1
Browse files Browse the repository at this point in the history
- Fixed multiple bugs
- Added a settings widget
- Implemented a light and dark mode
- Enabled user-based customisation
- Removed unused code snippets
  • Loading branch information
maze404 authored Jul 1, 2021
1 parent 9f1f19f commit 1205ebf
Show file tree
Hide file tree
Showing 11 changed files with 725 additions and 131 deletions.
101 changes: 101 additions & 0 deletions @Resources/variables.inc
Original file line number Diff line number Diff line change
@@ -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"
Binary file modified CPU/2 Core.ini
Binary file not shown.
Binary file modified CPU/4 Core.ini
Binary file not shown.
Binary file modified CPU/6 Core.ini
Binary file not shown.
Binary file modified CPU/8 Core.ini
Binary file not shown.
59 changes: 38 additions & 21 deletions DISK USAGE/DiskUsage.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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---------
Expand All @@ -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

;------------------------
Expand Down Expand Up @@ -103,23 +106,21 @@ 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
FontFace=Segoe UI
MeasureName=MeasureFreeDiskSpaceC
MeasureName2=MeasureTotalDiskSpaceC
FontSize=9
FontColor=255,255,255,255
FontColor=[#Font_Color[#Switch1]]
AutoScale=1
AntiAlias=1
X=5
Expand All @@ -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
Expand All @@ -150,27 +155,31 @@ 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]
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
Expand All @@ -181,27 +190,31 @@ 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]
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
Expand All @@ -212,27 +225,31 @@ 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]
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
Loading

0 comments on commit 1205ebf

Please sign in to comment.