It is currently March 28th, 2024, 11:17 am

Tweaking of SUPERCOLOSSAL skin

Get help with creating, editing & fixing problems with skins
Post Reply
HaaBo
Posts: 9
Joined: April 8th, 2011, 3:12 am

Tweaking of SUPERCOLOSSAL skin

Post 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
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Tweaking of SUPERCOLOSSAL skin

Post 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
HaaBo
Posts: 9
Joined: April 8th, 2011, 3:12 am

Re: Tweaking of SUPERCOLOSSAL skin

Post by HaaBo »

Thanks a lot buddy, i really appreciate it!
Post Reply