It is currently April 18th, 2024, 2:25 am

Creating a skin where it's similar to the default disk skin but displaying cpu and gpu name & usage

Get help with creating, editing & fixing problems with skins
VynxPC
Posts: 1
Joined: November 22nd, 2019, 6:08 am

Creating a skin where it's similar to the default disk skin but displaying cpu and gpu name & usage

Post by VynxPC »

I managed to get the name of my CPU from a forum post on here but couldn't seem to figure out how to get the name of my GPU and try to confine both within a box image like the default Disk skin while creating a bar displaying the usage. I'm pretty new to coding any rainmeter skins. The image below is of what I have so far. The image will be replaced once I figure out how to display the name of the GPU and figure out how to do a bar of the usage which shouldn't be too hard since I could use the Disk as a reference or look into the manual to how to display usage based off CPU and GPU.

Code: Select all

[Rainmeter]
Background=#@#Images\Background.png
BackgroundMargins=0,34,0,14
Update=1000
DynamicWindowSize=1

[MeasureCPUName]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3000

[MeterCPUName]
Meter=String
MeasureName=MeasureCPUName
X=5
Y=9
FontFace=evogria italic
FontSize=8
FontColor=255,255,255,255
SolidColor=0,0,0,1
AntiAlias=1
You do not have the required permissions to view the files attached to this post.