Page 1 of 1

Tweaking of SUPERCOLOSSAL skin

Posted: October 3rd, 2011, 8:36 pm
by HaaBo
Hi,
I found this skin i really like, but there is a line counting seconds in the skin wich id like to remove. Could any kind souls help me with this? Here is a link to the skin in question:

http://customize.org/rainmeter/skins/61892

Thanks!

-HaaBo

Re: Tweaking of SUPERCOLOSSAL skin

Posted: October 3rd, 2011, 8:43 pm
by smurfier
Remove this from the skin file and it should do the trick:

Code: Select all

[(time_line)]
	Meter=BAR
	MeasureName=SECONDS
	X=0
	Y=215
	W=#WIDTH#
	H=2
	BarColor=#FONTCOLOR1#
	BarOrientation=HORIZONTAL
	Hidden=1
Also, replace this meter with what I have here:

Code: Select all

[(song_line)]

	Meter=BAR

	MeasureName=DURATION

	X=0
	Y=215

	W=#WIDTH#

	H=2

	BarColor=#BARCOLOR#

	BarOrientation=HORIZONTAL

	Hidden=1

Re: Tweaking of SUPERCOLOSSAL skin

Posted: October 3rd, 2011, 9:44 pm
by HaaBo
Thanks a lot buddy, i really appreciate it!