It is currently April 28th, 2024, 6:13 pm

HDD Ram Cpu monitor circlular 360 degrees?

Get help with creating, editing & fixing problems with skins
nawmtaronyu
Posts: 64
Joined: July 21st, 2010, 3:30 am

HDD Ram Cpu monitor circlular 360 degrees?

Post by nawmtaronyu »

how would i make a HDD that measures the amount in a circle? Like the image, for my combo skin im working on? (just need to know where to start to make it go in a complete circle the rest i can do my self)

http://rainmeter.net/forum/viewtopic.php?f=28&t=6954
You do not have the required permissions to view the files attached to this post.
Image
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: HDD Ram Cpu monitor circlular 360 degrees?

Post by jsmorley »

You are going to want to start here: http://rainmeter.net/cms/Meters-Roundline
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: HDD Ram Cpu monitor circlular 360 degrees?

Post by jsmorley »

Something like this:

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasureDisk]
Measure=FreeDiskSpace
Drive=C:
InvertMeasure=1

[MeasureBackground]
Measure=Calc
Formula=1

[MeterDrive1UsedRound]
Meter=ROUNDLINE
MeasureName=MeasureDisk
X=0
Y=0r
W=40
H=40
StartAngle=4.71238898
RotationAngle=6.28318531
LineLength=17
LineStart=12
LineColor=255,255,255,255
Solid=1
AntiAlias=1
Percentual=1
2-18-2011 11-16-47 PM.png
That is on a drive with 412Gig used out of 931Gig.
You do not have the required permissions to view the files attached to this post.
nawmtaronyu
Posts: 64
Joined: July 21st, 2010, 3:30 am

Re: HDD Ram Cpu monitor circlular 360 degrees?

Post by nawmtaronyu »

That works perfect thank you, Just 1 thing how do i add a txt string to it so its says something like 3G free, or what not?
Image