It is currently March 28th, 2024, 10:47 pm

Tweaking of SUPERCOLOSSAL skin

Get help with creating, editing & fixing problems with skins
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
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
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!