It is currently May 4th, 2024, 2:15 am

Resizing this skin properly.

Get help with creating, editing & fixing problems with skins
DaMooseinator
Posts: 1
Joined: May 9th, 2012, 9:32 pm

Resizing this skin properly.

Post by DaMooseinator »

Hey guys, I'm using this start button skin and want to learn how to resize it properly.

http://punisher386.deviantart.com/art/Start-275273290?q=boost%3Apopular%20in%3Acustomization%2Fskins%2Fsysmonitor%2Frainmeter%20start&qo=4

It is too small for how I like it, and would prefer it to be 150%-200% the original size. I found by messing with the numbers and resizing the images I can make it the right size, but the bars which show the current cpu, ram, and disk usage are out of place and do not follow the new curve. I'm not so great at math, (or anything for that matter), but if someone can point me in the right direction on how to fix it I'd be very thankful.

Code: Select all

[Rainmeter]
Author=vinzi88@gmail.com moddified by Punisher386
Update=1000


[Metadata]
Name=
Config=
Description=
Instructions= Insert your zip code next to the location.
	To change the F to a C just change the unit and the F in the text line at the buttom
	To change the Drive just change Drive1 Or Drive2 to the drive you wish to display
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]

;----DRIVES--------

Drive1=C:\
Drive2=E:\
C1="200,200,200"
F1="Segoe ui"
S1="7"

;----Weather--------

Location=03835
Unit=F

;*****************************************      Background      *******************************************

[Sidebar_Left]
Meter=IMAGE
X=1
Y=44        
ImageName=bg.png

;*****************************************       START       *******************************************


[Button]
Meter=Button
X=9
Y=140
ButtonImage=win.png
ButtonCommand=!Execute ["#CURRENTPATH#StartMenu\OpenStartMenu.exe"]


;*****************************************       STATS       *******************************************

[Ring]
Measure=Calc
Formula=360

[GRing]
Measure=Calc
Formula=360

;==========  HD C:  ============

[MeasureTotalC]
Measure=FreeDiskSpace
Drive=C:
Total=1

[HD1]
Measure=FreeDiskSpace
Drive=#Drive1#
Total=0
Label=0
InvertMeasure=1

[HD1_BAR]
MeasureName=HD1
Meter=ROUNDLINE
X=-50
Y=135
W=150
H=45
LineLength=50
LineStart=47
StartAngle=-6.28159265
RotationAngle=-1.95 ;.14159265
LineColor=#C1#
Solid=1
AntiAlias=1

[HD1_T]
Meter=string
Text=C:
x=115r
y=30r
FontColor=#C1#
FontFace=#F1#
FontSize=#S1#
AntiAlias=1



;==========  HD D:  ============

[MeasureTotalD]
Measure=FreeDiskSpace
Drive=E:
Total=1

[HD2]
Measure=FreeDiskSpace
Drive=#Drive2#
Total=0
Label=0
InvertMeasure=1

[HD2_BAR]
MeasureName=HD2
Meter=ROUNDLINE
X=-51
Y=135
W=150
H=45
LineLength=68
LineStart=65
StartAngle=-6.28159265
RotationAngle=-1.95 ;.14159265
LineColor=#C1#
Solid=1
AntiAlias=1

[HD2_T]
Meter=string
Text=E:
x=137r
y=30r
FontColor=#C1#
FontFace=#F1#
FontSize=#S1#
AntiAlias=1


;===========  RAM  ============

[RAM]
Measure=PhysicalMemory
InvertMeasure=0

;---------------------------

[RAM_BAR]
MeasureName=RAM
Meter=ROUNDLINE
X=-49
Y=135
W=150
H=45
LineLength=107
LineStart=110
StartAngle=-6.28159265
RotationAngle=-1.95 ;.14159265
LineColor=#C1#
Solid=1
AntiAlias=1

[RAM_T]
Meter=string
Text=RAM
x=172r
y=30r
FontColor=#C1#
FontFace=#F1#
FontSize=#S1#
AntiAlias=1

;===========  CPU ============

[CPU]
Measure=CPU

;---------------------------


[CPU_BAR]
MeasureName=CPU
Meter=ROUNDLINE
X=-50
Y=135
W=150
H=45
LineLength=87
LineStart=84
StartAngle=-6.28159265
RotationAngle=-1.95 ;.14159265
LineColor=#C1#
Solid=1
AntiAlias=1

[CPU_T]
Meter=string
Text=CPU
x=150r
y=30r
FontColor=#C1#
FontFace=#F1#
FontSize=#S1#
AntiAlias=1


;=====================   Weather   =======================

;==========================================================
;[MEASURE WEATHER]=========================================
;==========================================================

[MeasureCurrent]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1000
Url=http://xml.weather.com/weather/local/#Location#?cc=*&unit=#Unit#
RegExp="(?siU)<cc>.*<tmp>(.*)</tmp>"
StringIndex=1

;==========================================================
;[GRAPHICS]================================================
;==========================================================

;-=Current=-

[MeterTempCurrent]
Meter=String
MeasureName=MeasureCurrent
X=154
Y=152
FontColor=255,255,255
FontFace=#FontFace#
FontSize=8
StringAlign=LEFT
FontEffectColor=0,0,0,255
AntiAlias=1
Text="%1°F"