Page 1 of 1

nice looking bar

Posted: December 6th, 2007, 6:25 pm
by mikeymika
does any one know the plugin for the bar displayed on this image:
Image

or if it doesn't require a plugin how do i get this one instead of the ugly standard one...

ive tried to use the solid one from this thread but i cant seem to get it work...

hope some one can help me

ps im new with lcd screens and smartie

EDIT: got the bar from the tread above working... but still looking for the one from the picture... someone?

Posted: December 7th, 2007, 3:42 pm
by limbo
A similar bar can produced by the pbar plugin

$CustomChar(1,1,1,1,1,1,1,1,1)$Chr(176)$dll(Pbar,3,15#3,$CPUUsage%#100)$CustomChar(2,16,16,16,16,16,16,16,16)$Chr(158)

Notice the starting and the ending custom character :smt081
These chars are resposible for the vertical bars on start & end

For your bar you have to replace the blue part with your value and the red part with the upper value.

Posted: December 7th, 2007, 4:16 pm
by mikeymika
limbo wrote:A similar bar can produced by the pbar plugin

$CustomChar(1,1,1,1,1,1,1,1,1)$Chr(176)$dll(Pbar,3,15#3,$CPUUsage%#100)$CustomChar(2,16,16,16,16,16,16,16,16)$Chr(158)

Notice the starting and the ending custom character :smt081
These chars are resposible for the vertical bars on start & end

For your bar you have to replace the blue part with your value and the red part with the upper value.
hey thx ...

its working great :smt041 :smt041

Posted: April 30th, 2008, 6:13 am
by uzumaki
is there a way to use pbar plugin to display custom bars of 2 core's performance? The $CPUUsage displays the total of both core and when I tried to mix perf and pbar it didn't work.

I wanted to have bar displayed as outline box with filled bar for both cores. Right now it's the only performance bar that I couldn't make work for separate core's performances.

Posted: May 4th, 2008, 12:36 am
by elesquiador
Take a look at the 2bars plugin.