It is currently October 27th, 2024, 11:06 am

How to create these vertical bars (link inside)

General topics related to Rainmeter.
Lyra Borealis
Posts: 11
Joined: February 24th, 2011, 8:05 am

How to create these vertical bars (link inside)

Post by Lyra Borealis »

I want bars like these orange ones on this desktop:

Code: Select all

http://vclouds.deviantart.com/#/d2wopom
If I had a configuration file, I'd know how to edit it further to fit my needs, but I don't have the knowledge to make it from scratch. Could anyone be able to help me with this?
Thanks in advance.
User avatar
Tatenokai
Posts: 38
Joined: February 22nd, 2011, 5:51 pm
Location: Switzerland

Re: How to create these vertical bars (link inside)

Post by Tatenokai »

Seems like the bars are just a background picture, or maybe directly incrusted in the wallpaper. It shouldn't be hard to do the same. For what part do you exactly need help ?
Newspaper Desktop [Link]

hello123456
Posts: 32
Joined: October 5th, 2010, 3:53 pm

Re: How to create these vertical bars (link inside)

Post by hello123456 »

You mean those sidebars I guess.
Here is a simple code for a black, semi-transparant bar (doesn't cover the entire height of the screen, but you get it I guess)

Code: Select all

[BarNumberoUno]
Meter=Image
H=300
W=100
Solidcolor=0,0,0
Imagealpha=255
If you mean that Orange graph beneath the White graph, check the Line Meter here: http://rainmeter.net/cms/Meters-Line
Lyra Borealis
Posts: 11
Joined: February 24th, 2011, 8:05 am

Re: How to create these vertical bars (link inside)

Post by Lyra Borealis »

Tatenokai wrote:Seems like the bars are just a background picture, or maybe directly incrusted in the wallpaper. It shouldn't be hard to do the same. For what part do you exactly need help ?
It's not the wallpaper. On his DA page, the guy says it's a config file. And yes, I'm thinking of the orange bars. I just don't know how to make them. If I could have them in ANY size and color, I could edit them to my liking, but I don't know how to make them at all.
User avatar
Tatenokai
Posts: 38
Joined: February 22nd, 2011, 5:51 pm
Location: Switzerland

Re: How to create these vertical bars (link inside)

Post by Tatenokai »

I made one bar for you (I make it fast based on the screenshot, it's not necessarily exactly the same)
Just display it as a normal Image Meter, and set up the ImageAlpha to per exemple 225 (or less) to have the transparency.
You do not have the required permissions to view the files attached to this post.
Newspaper Desktop [Link]

Lyra Borealis
Posts: 11
Joined: February 24th, 2011, 8:05 am

Re: How to create these vertical bars (link inside)

Post by Lyra Borealis »

That's awfully kind of you and the image looks perfect, but I don't know what to do with that. I only know how to add config files. What do I do with a png image? I'm sorry for yet more trouble.
User avatar
Tatenokai
Posts: 38
Joined: February 22nd, 2011, 5:51 pm
Location: Switzerland

Re: How to create these vertical bars (link inside)

Post by Tatenokai »

Go into your Skin floder, create a new folder and give it a name. Put the bar.png into this new folder. Create a new .txt file into this same folder with the name you want and paste the code below. Change the .txt extension to .ini. Refresh All. Open you skin. Enjoy.

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeterBar]
Meter=Image
ImageName=#CURRENTPATH#bar.png
X=0
Y=0
ImageAlpha=240
I think I can't explain more precisely :D
And read this http://rainmeter.net/cms/Manual
It explains you how to build skins.
Newspaper Desktop [Link]

User avatar
jsmorley
Developer
Posts: 22891
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: How to create these vertical bars (link inside)

Post by jsmorley »

Lyra Borealis
Posts: 11
Joined: February 24th, 2011, 8:05 am

Re: How to create these vertical bars (link inside)

Post by Lyra Borealis »

Thank you very much, all of you. :)