Skip to content

Commit 69dfc8b

Browse files
committed
2.0
1 parent c647288 commit 69dfc8b

15 files changed

+717
-147
lines changed

@Resources/Cover.png

0 Bytes
Loading

CPU+GPU+RAM+NET+SSD (Graph).ini renamed to Center Taskbar/CPU+GPU+RAM+NET+SSD (Graph).ini

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22
Name = WinTaskical
33
Author = Meti0X7CB
44
Information = "The Taskbar you derverse on Win 11"
5-
Version = 1.5
5+
Version = 2
66
License = GNU General Public License v3.0
77

88
[Rainmeter]
9-
Update = 60
9+
Update = 1000
1010
AccurateText = 1
1111
DefaultWindowY = 0B
1212
DefaultAnchorY = 100%
1313

14-
;To change the scaling of the skin, change the Scale value to desired scaling (Scale = 1 for example)
15-
;To change the primary color, change the Color value to desired R,G,B value (Color = 255,0,0 for example red)
16-
;To change the accent color, change the SubColor value to desired R,G,B value (SubColor = 0,0,255 for example blue)
17-
;To change the hight of the WinTaskical, change the Height value to desired pixel value (Height = 48 for example Win 11) (make sure Scale value is currect before chaning this)
18-
;To change the transparency of the taskbar, change the FrostLevel value to None (FrostLevel = None for example will make WinTaskical fully transparent)
19-
;To change the theme of the taskbar, change the Darktheme value to make it brighter for light theme (Windows 11 dark theme values are : 25,25,25,175 which is set by default)
20-
14+
;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
15+
;For transparent taskbar, change the FrostLevel value to None (FrostLevel = None , FrostLevel = Acrylic is the default value)
16+
;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
2117

2218
[Variables]
2319
Scale = 1.5
@@ -30,17 +26,20 @@ GraphColorNET = 255,154,218
3026
GraphColorSSD = 52,184,184
3127
Height = 48
3228
FrostLevel = Acrylic
33-
Theme = 25,25,25,175
29+
Theme = Dark4
3430

3531
[FrostedGlass]
3632
Measure = Plugin
3733
Plugin = FrostedGlass
3834
Type = #FrostLevel#
35+
Border = None
3936
Corner = None
37+
Backdrop = #Theme#
38+
BorderVisible = 0
4039

4140
[MeterCanvas]
4241
Meter = Shape
43-
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color #Theme# | StrokeWidth 0
42+
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color 0,0,0,1 | StrokeWidth 0
4443

4544
[MeterNETIcon]
4645
Meter = Image
@@ -54,7 +53,6 @@ AntiAlias = 1
5453
[MeasureNETTotal]
5554
Measure = NetTotal
5655
MaxValue = 1000000000
57-
UpdateDivider = 16
5856

5957
[MeterNETGraph]
6058
Meter = Line
@@ -66,7 +64,6 @@ H = (20*#Scale#)
6664
LineWidth = (1.5*#Scale#)
6765
LineColor = #GraphColorNET#
6866
AntiAlias = 1
69-
UpdateDivider = 16
7067

7168
[MeterSSDIcon]
7269
Meter = Image
@@ -94,7 +91,6 @@ H = (20*#Scale#)
9491
LineWidth = (1.5*#Scale#)
9592
LineColor = #GraphColorSSD#
9693
AntiAlias = 1
97-
UpdateDivider = 16
9894

9995
[MeterCPUIcon]
10096
Meter = Image
@@ -127,7 +123,6 @@ H = (20*#Scale#)
127123
LineWidth = (1.5*#Scale#)
128124
LineColor = #GraphColorCPU#
129125
AntiAlias = 1
130-
UpdateDivider = 16
131126

132127
[MeterGPUIcon]
133128
Meter = Image
@@ -159,7 +154,6 @@ H = (20*#Scale#)
159154
LineWidth = (1.5*#Scale#)
160155
LineColor = #GraphColorGPU#
161156
AntiAlias = 1
162-
UpdateDivider = 16
163157

164158
[MeterRAMIcon]
165159
Meter = Image
@@ -173,7 +167,6 @@ AntiAlias = 1
173167
[MeasureRAM]
174168
Measure = PhysicalMemory
175169
OnUpdateAction = [!SetVariable RAMUsage "(Round((([MeasureRAM:]/[MeasureRAM:MaxValue])*100),0))"]
176-
UpdateDivider = 16
177170

178171
[MeterRAMGraph]
179172
Meter = Line
@@ -184,5 +177,4 @@ W = (24*#Scale#)
184177
H = (20*#Scale#)
185178
LineWidth = (1.5*#Scale#)
186179
LineColor = #GraphColorRAM#
187-
AntiAlias = 1
188-
UpdateDivider = 16
180+
AntiAlias = 1

CPU+GPU+RAM+NET+SSD.ini renamed to Center Taskbar/CPU+GPU+RAM+NET+SSD.ini

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,39 @@
22
Name = WinTaskical
33
Author = Meti0X7CB
44
Information = "The Taskbar you derverse on Win 11"
5-
Version = 1.5
5+
Version = 2
66
License = GNU General Public License v3.0
77

88
[Rainmeter]
9-
Update = 60
9+
Update = 1000
1010
AccurateText = 1
1111
DefaultWindowY = 0B
1212
DefaultAnchorY = 100%
1313

14-
;To change the scaling of the skin, change the Scale value to desired scaling (Scale = 1 for example)
15-
;To change the primary color, change the Color value to desired R,G,B value (Color = 255,0,0 for example red)
16-
;To change the accent color, change the SubColor value to desired R,G,B value (SubColor = 0,0,255 for example blue)
17-
;To change the hight of the WinTaskical, change the Height value to desired pixel value (Height = 48 for example Win 11) (make sure Scale value is currect before chaning this)
18-
;To change the transparency of the taskbar, change the FrostLevel value to None (FrostLevel = None for example will make WinTaskical fully transparent)
19-
;To change the theme of the taskbar, change the Darktheme value to make it brighter for light theme (Windows 11 dark theme values are : 25,25,25,175 which is set by default)
20-
14+
;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
15+
;For transparent taskbar, change the FrostLevel value to None (FrostLevel = None , FrostLevel = Acrylic is the default value)
16+
;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
2117

2218
[Variables]
2319
Scale = 1.5
2420
Color = 240,240,240
2521
SubColor = 199,199,199
2622
Height = 48
2723
FrostLevel = Acrylic
28-
Theme = 25,25,25,175
24+
Theme = Dark4
2925

3026
[FrostedGlass]
3127
Measure = Plugin
3228
Plugin = FrostedGlass
3329
Type = #FrostLevel#
30+
Border = None
3431
Corner = None
32+
Backdrop = #Theme#
33+
BorderVisible = 0
3534

3635
[MeterCanvas]
3736
Meter = Shape
38-
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color #Theme# | StrokeWidth 0
37+
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color 0,0,0,1 | StrokeWidth 0
3938

4039
[MeterNETIcon]
4140
Meter = Image
@@ -48,7 +47,6 @@ AntiAlias = 1
4847

4948
[MeasureNETOut]
5049
Measure = NetOut
51-
UpdateDivider = 16
5250

5351
[MeasureNETOutText]
5452
Meter = String
@@ -76,7 +74,6 @@ DynamicVariables = 1
7674

7775
[MeasureNETIn]
7876
Measure = NetIn
79-
UpdateDivider = 16
8077

8178
[MeterNETInText]
8279
Meter = String
@@ -273,7 +270,6 @@ AntiAlias = 1
273270
[MeasureRAM]
274271
Measure = PhysicalMemory
275272
OnUpdateAction = [!SetVariable RAMUsage "(Round((([MeasureRAM:]/[MeasureRAM:MaxValue])*100),0))"]
276-
UpdateDivider = 16
277273

278274
[MeterRAMText]
279275
Meter = String

Playerinfo+PlayerVisulizer.ini renamed to Center Taskbar/Playerinfo+PlayerVisulizer.ini

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name = WinTaskical
33
Author = Meti0X7CB
44
Information = "The Taskbar you derverse on Win 11"
5-
Version = 1.5
5+
Version = 2
66
License = GNU General Public License v3.0
77

88
[Rainmeter]
@@ -11,32 +11,31 @@ AccurateText = 1
1111
DefaultWindowY = 0B
1212
DefaultAnchorY = 100%
1313

14-
;To change the scaling of the skin, change the Scale value to desired scaling (Scale = 1 for example)
15-
;To change the primary color, change the Color value to desired R,G,B value (Color = 255,0,0 for example red)
16-
;To change the accent color, change the SubColor value to desired R,G,B value (SubColor = 0,0,255 for example blue)
17-
;To change the hight of the WinTaskical, change the Height value to desired pixel value (Height = 48 for example Win 11) (make sure Scale value is currect before chaning this)
18-
;To change the transparency of the taskbar, change the FrostLevel value to None (FrostLevel = None for example will make WinTaskical fully transparent)
19-
;To change the theme of the taskbar, change the Darktheme value to make it brighter for light theme (Windows 11 dark theme values are : 25,25,25,175 which is set by default)
20-
14+
;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
15+
;For transparent taskbar, change the FrostLevel value to None (FrostLevel = None , FrostLevel = Acrylic is the default value)
16+
;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
2117

2218
[Variables]
2319
Scale = 1.5
2420
Color = 240,240,240
2521
SubColor = 199,199,199
2622
Height = 48
2723
FrostLevel = Acrylic
28-
Theme = 25,25,25,175
24+
Theme = Dark4
2925
@include = "#@#MeasureBands.inc"
3026

3127
[FrostedGlass]
3228
Measure = Plugin
3329
Plugin = FrostedGlass
3430
Type = #FrostLevel#
31+
Border = None
3532
Corner = None
33+
Backdrop = #Theme#
34+
BorderVisible = 0
3635

3736
[MeterCanvas]
3837
Meter = Shape
39-
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color #Theme# | StrokeWidth 0
38+
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color 0,0,0,1 | StrokeWidth 0
4039

4140
[MeasureStatus]
4241
Measure = Plugin

Weather+CPU+GPU+NET (Graph).ini renamed to Center Taskbar/Weather+CPU+GPU+NET (Graph).ini

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,42 @@
22
Name = WinTaskical
33
Author = Meti0X7CB
44
Information = "The Taskbar you derverse on Win 11"
5-
Version = 1.5
5+
Version = 2
66
License = GNU General Public License v3.0
77

88
[Rainmeter]
9-
Update = 60
9+
Update = 1000
1010
AccurateText = 1
1111
DefaultWindowY = 0B
1212
DefaultAnchorY = 100%
1313

14-
;To change the scaling of the skin, change the Scale value to desired scaling (Scale = 1 for example)
15-
;To change the primary color, change the Color value to desired R,G,B value (Color = 255,0,0 for example red)
16-
;To change the accent color, change the SubColor value to desired R,G,B value (SubColor = 0,0,255 for example blue)
17-
;To change the hight of the WinTaskical, change the Height value to desired pixel value (Height = 48 for example Win 11) (make sure Scale value is currect before chaning this)
18-
;To change the transparency of the taskbar, change the FrostLevel value to None (FrostLevel = None for example will make WinTaskical fully transparent)
19-
;To change the theme of the taskbar, change the Darktheme value to make it brighter for light theme (Windows 11 dark theme values are : 25,25,25,175 which is set by default)
20-
14+
;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
15+
;For transparent taskbar, change the FrostLevel value to None (FrostLevel = None , FrostLevel = Acrylic is the default value)
16+
;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
2117

2218
[Variables]
23-
Scale = 1.5
19+
Scale = 1.25
2420
Color = 240,240,240
2521
SubColor = 199,199,199
2622
GraphColorCPU = 63,207,239
2723
GraphColorGPU = 189,156,236
2824
GraphColorNET = 255,154,218
2925
Height = 48
3026
FrostLevel = Acrylic
31-
Theme = 25,25,25,175
27+
Theme = Dark4
3228

3329
[FrostedGlass]
3430
Measure = Plugin
3531
Plugin = FrostedGlass
3632
Type = #FrostLevel#
33+
Border = None
3734
Corner = None
35+
Backdrop = #Theme#
36+
BorderVisible = 0
3837

3938
[MeterCanvas]
4039
Meter = Shape
41-
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color #Theme# | StrokeWidth 0
40+
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color 0,0,0,1 | StrokeWidth 0
4241

4342
[MeterNETIcon]
4443
Meter = Image
@@ -52,7 +51,6 @@ AntiAlias = 1
5251
[MeasureNETTotal]
5352
Measure = NetTotal
5453
MaxValue = 1000000000
55-
UpdateDivider = 16
5654

5755
[MeterNETGraph]
5856
Meter = Line
@@ -64,7 +62,6 @@ H = (20*#Scale#)
6462
LineWidth = (1.5*#Scale#)
6563
LineColor = #GraphColorNET#
6664
AntiAlias = 1
67-
UpdateDivider = 16
6865

6966
[MeterCPUIcon]
7067
Meter = Image
@@ -97,7 +94,6 @@ H = (20*#Scale#)
9794
LineWidth = (1.5*#Scale#)
9895
LineColor = #GraphColorCPU#
9996
AntiAlias = 1
100-
UpdateDivider = 16
10197

10298
[MeterGPUIcon]
10399
Meter = Image
@@ -128,5 +124,4 @@ W = (24*#Scale#)
128124
H = (20*#Scale#)
129125
LineWidth = (1.5*#Scale#)
130126
LineColor = #GraphColorGPU#
131-
AntiAlias = 1
132-
UpdateDivider = 16
127+
AntiAlias = 1

Weather+CPU+GPU+NET.ini renamed to Center Taskbar/Weather+CPU+GPU+NET.ini

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,39 @@
22
Name = WinTaskical
33
Author = Meti0X7CB
44
Information = "The Taskbar you derverse on Win 11"
5-
Version = 1.5
5+
Version = 2
66
License = GNU General Public License v3.0
77

88
[Rainmeter]
9-
Update = 60
9+
Update = 1000
1010
AccurateText = 1
1111
DefaultWindowY = 0B
1212
DefaultAnchorY = 100%
1313

14-
;To change the scaling of the skin, change the Scale value to desired scaling (Scale = 1 for example)
15-
;To change the primary color, change the Color value to desired R,G,B value (Color = 255,0,0 for example red)
16-
;To change the accent color, change the SubColor value to desired R,G,B value (SubColor = 0,0,255 for example blue)
17-
;To change the hight of the WinTaskical, change the Height value to desired pixel value (Height = 48 for example Win 11) (make sure Scale value is currect before chaning this)
18-
;To change the transparency of the taskbar, change the FrostLevel value to None (FrostLevel = None for example will make WinTaskical fully transparent)
19-
;To change the theme of the taskbar, change the Darktheme value to make it brighter for light theme (Windows 11 dark theme values are : 25,25,25,175 which is set by default)
20-
14+
;Change the Scale value to match your monitor scaling in windows (If Windows is 100% -> Scale = 1 , Windows = 150% -> Scale = 1.5)
15+
;For transparent taskbar, change the FrostLevel value to None (FrostLevel = None , FrostLevel = Acrylic is the default value)
16+
;For light windows themes, change the Theme value to Light1-5 (Theme = Light4 , Theme = Dark4 is the default dark theme value)
2117

2218
[Variables]
2319
Scale = 1.5
2420
Color = 240,240,240
2521
SubColor = 199,199,199
2622
Height = 48
2723
FrostLevel = Acrylic
28-
Theme = 25,25,25,175
24+
Theme = Dark4
2925

3026
[FrostedGlass]
3127
Measure = Plugin
3228
Plugin = FrostedGlass
3329
Type = #FrostLevel#
30+
Border = None
3431
Corner = None
32+
Backdrop = #Theme#
33+
BorderVisible = 0
3534

3635
[MeterCanvas]
3736
Meter = Shape
38-
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color #Theme# | StrokeWidth 0
37+
Shape = Rectangle 0,0,#ScreenAreaWidth#,(#Height#*#Scale#),0 | Fill Color 0,0,0,1 | StrokeWidth 0
3938

4039
[MeterCPUIcon]
4140
Meter = Image
@@ -139,7 +138,6 @@ AntiAlias = 1
139138

140139
[MeasureNETOut]
141140
Measure = NetOut
142-
UpdateDivider = 16
143141

144142
[MeasureNETOutText]
145143
Meter = String
@@ -167,7 +165,6 @@ DynamicVariables = 1
167165

168166
[MeasureNETIn]
169167
Measure = NetIn
170-
UpdateDivider = 16
171168

172169
[MeterNETInText]
173170
Meter = String

0 commit comments

Comments
 (0)