Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions Win10 Widgets/@Resources/Performance Templates/gpuTemplate.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
; ------------------------------------------------------------------------
; _ ___ _______ _ ___ __ __
; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______
; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/
; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ )
; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/
; /____/
;
; Win10 Widgets for Rainmeter - CPU template
; Author - Abdul Hfuda, https://hfuda.com
;
; ------------------------------------------------------------------------

; About:
; Template for GPU performance monitor.

[Rainmeter]
DefaultUpdateDivider=-1

[Variables]
GraphMeasure5=MeasureGPU


; ------------------------------------------------------------------------
; MEASURES
; ------------------------------------------------------------------------

[MeasureGPU]
; Returns percent utilization of GPU.
Measure=Plugin
Plugin=UsageMonitor
Alias=GPU
Index=0
MinValue=0
MaxValue=100

OnUpdateAction=[!UpdateMeter Graph5][!UpdateMeter GraphBackground5][!UpdateMeter Value5]
UpdateDivider=10

; ------------------------------------------------------------------------
; METERS
; ------------------------------------------------------------------------

[Graph5]
Hidden=0

[GraphBackground5]
Hidden=0

[Top5]
Hidden=0

[Left5]
Hidden=0

[Bottom5]
Hidden=0

[Right5]
Hidden=0

[Label5]
Hidden=0

[Value5]
Text="[MeasureGPU:1]%"
NumOfDecimals=1
DynamicVariables=1
Hidden=0
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ GraphTopPadding4=11
GraphMeasure4=EmptyMeasure
GraphColor4=#NetworkOrangeDark#
GraphLabel4="Network"
; Monitor 5
GraphLeftPadding5=11
GraphTopPadding5=11
GraphMeasure5=EmptyMeasure
GraphColor5=#GPUBlue#
GraphLabel5="GPU"


; ------------------------------------------------------------------------
Expand Down Expand Up @@ -455,3 +461,101 @@ Group=Monitor4
Text="%1%"
FontSize=9
Hidden=1

; ------------------------------------------------------------------------
; METERS - 5th Performance Monitor
; ------------------------------------------------------------------------

[Graph5]
; Main graph line.
Meter=Line
MeasureName=#GraphMeasure5#
X=(#GraphLeftPadding5#+1)
Y=(#GraphTopPadding5#+1)
W=(#GraphWidth#-1)
H=(#GraphHeight#-2)
AntiAlias=1
Group=Monitor5
LineCount=1
LineColor=#GraphColor5#
LineWidth=1
Hidden=1

[GraphBackground5]
; "Background" for graph; shows transparent color below main graph line.
Meter=Histogram
MeasureName=#GraphMeasure5#
X=[Graph5:X]
Y=([Graph5:Y]-1)
W=[Graph5:W]
H=([Graph5:H]+1)
Group=Monitor5
AntiAlias=1
PrimaryColor=#GraphColor5#,30
Hidden=1

[Top5]
; Top edge of graph "box".
Meter=Image
X=#GraphLeftPadding5#
Y=#GraphTopPadding5#
W=#GraphWidth#
H=1
SolidColor=#GraphColor5#
Group=Monitor5
Hidden=1

[Left5]
; Left edge of graph "box".
Meter=Image
X=0r
Y=0r
W=1
H=#GraphHeight#
SolidColor=#GraphColor5#
Group=Monitor5
Hidden=1

[Bottom5]
; Bottom edge of graph "box".
Meter=Image
X=0r
Y=-1R
W=[Top5:W]
H=1
SolidColor=#GraphColor5#
Group=Monitor5
Hidden=1

[Right5]
; Right edge of graph "box".
Meter=Image
X=([Top5:W]-1)r
Y=[Left5:Y]
W=1
H=[Left5:H]
SolidColor=#GraphColor5#
Group=Monitor5
Hidden=1

[Label5]
; Label for graph.
Meter=String
MeterStyle=StyleSmallText | StyleWhiteText
X=9r
Y=-4r
Group=Monitor5
Text=#GraphLabel5#
Hidden=1

[Value5]
; Value corresponding to graph.
Meter=String
MeterStyle=StyleSmallText
MeasureName=#GraphMeasure5#
X=1r
Y=-2R
Group=Monitor5
Text=%1%
FontSize=9
Hidden=1
1 change: 1 addition & 0 deletions Win10 Widgets/@Resources/variables.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ HDOverlay=0,0,0,240
IconColorActive= #SolidWhite#
IconColorInactive=#SolidGreyIcon#
CPUBlue=17,125,187
GPUBlue=166,207,213
MemoryPurple=139,18,174
DiskGreen=77,166,12
NetworkOrangeDark=167,79,1
Expand Down
2 changes: 1 addition & 1 deletion Win10 Widgets/Performance - CPU/CPU-Tiny.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX4.ini"
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\cpuTemplate.ini"
CoreFilePath=""#CURRENTPATH#CPU-Tiny.ini""
BackgroundHeight=62
Expand Down
2 changes: 1 addition & 1 deletion Win10 Widgets/Performance - Combo/Combo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX4.ini"
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\cpuTemplate.ini"
@Include3="#@#Performance Templates\memoryTemplate.ini"
@Include4="#@#Performance Templates\diskTemplate.ini"
Expand Down
2 changes: 1 addition & 1 deletion Win10 Widgets/Performance - Disk/Disk-Tiny.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX4.ini"
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\diskTemplate.ini"
CoreFilePath=""#CURRENTPATH#Disk-Tiny.ini""
BackgroundHeight=62
Expand Down
42 changes: 42 additions & 0 deletions Win10 Widgets/Performance - GPU/GPU-Large.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
; ------------------------------------------------------------------------
; _ ___ _______ _ ___ __ __
; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______
; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/
; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ )
; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/
; /____/
;
; Win10 Widgets for Rainmeter - GPU (large)
; Author - Abdul Hfuda, https://hfuda.com
;
; ------------------------------------------------------------------------

[Metadata]
Name=GPU (large)
Author=Abdul Hfuda
Information=Displays GPU information.
License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include=GPU-Medium.ini
BackgroundHeight=165
GraphHeight=80
GraphTopPadding5=74


; ------------------------------------------------------------------------
; METERS
; ------------------------------------------------------------------------

[Label5]
MeterStyle=StyleBigText
X=5
Y=4

[Value5]
MeterStyle=StyleMediumText
X=0R
Y=16r
FontSize=18
FontColor=#SolidGreyText#
38 changes: 38 additions & 0 deletions Win10 Widgets/Performance - GPU/GPU-Medium.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
; ------------------------------------------------------------------------
; _ ___ _______ _ ___ __ __
; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______
; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/
; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ )
; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/
; /____/
;
; Win10 Widgets for Rainmeter - GPU (medium)
; Author - Abdul Hfuda, https://hfuda.com
;
; ------------------------------------------------------------------------

[Metadata]
Name=GPU (medium)
Author=Abdul Hfuda
Information=Displays GPU information.
License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include=GPU-Small.ini
BackgroundHeight=117
GraphHeight=60
GraphTopPadding5=46


; ------------------------------------------------------------------------
; METERS
; ------------------------------------------------------------------------

[Label5]
MeterStyle=StyleMediumText
X=8
Y=6

[Value5]
Y=7r
39 changes: 39 additions & 0 deletions Win10 Widgets/Performance - GPU/GPU-Small.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
; ------------------------------------------------------------------------
; _ ___ _______ _ ___ __ __
; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______
; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/
; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ )
; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/
; /____/
;
; Win10 Widgets for Rainmeter - GPU (small)
; Author - Abdul Hfuda, https://hfuda.com
;
; ------------------------------------------------------------------------

[Metadata]
Name=GPU (small)
Author=Abdul Hfuda
Information=Displays GPU information.
License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include=GPU-Tiny.ini
BackgroundHeight=91
GraphWidth=339
GraphTopPadding5=40


; ------------------------------------------------------------------------
; METERS
; ------------------------------------------------------------------------

[Label5]
X=10
Y=10

[Value5]
FontSize=11
X=5R
Y=0r
30 changes: 30 additions & 0 deletions Win10 Widgets/Performance - GPU/GPU-Tiny.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
; ------------------------------------------------------------------------
; _ ___ _______ _ ___ __ __
; | | / (_)___ / / __ \ | | / (_)___/ /___ ___ / /______
; | | /| / / / __ \/ / / / / | | /| / / / __ / __ \/ _ \/ __/ ___/
; | |/ |/ / / / / / / /_/ / | |/ |/ / / /_/ / /_/ / __/ /_(__ )
; |__/|__/_/_/ /_/_/\____/ |__/|__/_/\__,_/\__, /\___/\__/____/
; /____/
;
; Win10 Widgets for Rainmeter - GPU (tiny)
; Author - Abdul Hfuda, https://hfuda.com
;
; ------------------------------------------------------------------------

[Rainmeter]
Update=100
DefaultUpdateDivider=-1

[Metadata]
Name=GPU (tiny)
Author=Abdul Hfuda
Information=Displays GPU information.
License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\gpuTemplate.ini"
CoreFilePath=""#CURRENTPATH#GPU-Tiny.ini""
BackgroundHeight=62
AutoBorder=1
2 changes: 1 addition & 1 deletion Win10 Widgets/Performance - Memory/Memory-Tiny.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX4.ini"
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\memoryTemplate.ini"
CoreFilePath=""#CURRENTPATH#Memory-Tiny.ini""
BackgroundHeight=62
Expand Down
2 changes: 1 addition & 1 deletion Win10 Widgets/Performance - Network/Network-Tiny.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ License=Creative Commons BY-NC-SA 4.0
Version=1.0.0

[Variables]
@Include1="#@#Performance Templates\performanceTemplateX4.ini"
@Include1="#@#Performance Templates\performanceTemplateX5.ini"
@Include2="#@#Performance Templates\networkTemplate.ini"
CoreFilePath=""#CURRENTPATH#Network-Tiny.ini""
BackgroundHeight=62
Expand Down