I really don't like how the progress bar render via $bar looks. I see that its made using certain characters but I was wondering if there is a way that I can change what characters $bar uses. If I have to send it a command, do I have to do this through C.Mee or can I do it directly in Smartie?
Thanks!
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
$bar with c.mee for meedio - can I change it?
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- Posts: 5
- Joined: September 21st, 2005, 4:06 pm
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact:
maybe you can do it with demo.dll...
Function 9:
9 is for converting the output from $bar so that _ and the full block can be changed to other characters (such as custom defined characters...)
Usage is: $dll(demo,9,[string],[char1][char2])
example: $dll(demo,9,$Bar($CPUUsage%,100,10),AB)
This would cause a bar graph to be displayed but instead of _ a B will appear, and instead of a full block a A will appear. This can be used with other commands than $Bar.
Function 9:
9 is for converting the output from $bar so that _ and the full block can be changed to other characters (such as custom defined characters...)
Usage is: $dll(demo,9,[string],[char1][char2])
example: $dll(demo,9,$Bar($CPUUsage%,100,10),AB)
This would cause a bar graph to be displayed but instead of _ a B will appear, and instead of a full block a A will appear. This can be used with other commands than $Bar.
-
- Posts: 5
- Joined: September 21st, 2005, 4:06 pm
-
- Plugin Author
- Posts: 1604
- Joined: February 13th, 2005, 7:38 pm
- Location: Athens - Greece
- Contact: