Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

nice looking bar

Place your requests for plugins here

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
mikeymika
Posts: 5
Joined: December 5th, 2007, 12:06 am

nice looking bar

Post 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?

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post 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.

mikeymika
Posts: 5
Joined: December 5th, 2007, 12:06 am

Post 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

uzumaki
Posts: 13
Joined: May 6th, 2007, 8:29 am

Post 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.

elesquiador
Plugin Author
Posts: 18
Joined: February 9th, 2007, 10:47 pm

Post by elesquiador »

Take a look at the 2bars plugin.

Post Reply