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

Byte Formatter

Announcements of new plugins or updates.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
Rafael
Plugin Author
Posts: 71
Joined: November 22nd, 2005, 7:12 pm
Location: Curitiba, Paran?, Brazil

Byte Formatter

Post by Rafael »

[beta release]

This is another horizontal bar, but, with more options and precision.

Usage:

2 functions indicating float precision:

$dll(ByteFormatter,1,,bytes)
$dll(ByteFormatter,2,,bytes)

Example:

$dll(ByteFormatter,1,,3333333)

Picture:

Image

Suggestions:

Are wellcome...
You do not have the required permissions to view the files attached to this post.
Last edited by Rafael on October 18th, 2009, 7:09 pm, edited 1 time in total.

caesar
Forum Supporter
Posts: 734
Joined: October 15th, 2005, 10:39 am
Location: Romania
Contact:

Re: Byte Formatter

Post by caesar »

You are on a plugin spree :wink:

Thanks for these!

Master1280
Posts: 20
Joined: September 15th, 2007, 7:49 pm

Re: Byte Formatter

Post by Master1280 »

$Center($dll(ByteFormatter,1,,$dll(perf,4,5,\Interfaz de red(NVIDIA nForce 10_100_1000 Mbps Ethernet _2)\Bytes recibidos/s)),9) $Right($NetDownM(9)MB,$9%)

HI i have this, (Center,(Formatter(Perf)),9)
Image

I want to use less chars, actually 9, because when download speed is arround to 0 it shows "0 Bytes" otherwise just shows 200Kb, Mb.

Can you modify to show 0 B instead of Bytes?
Sometimes it shows also 1024 Bytes and lines go outside limits.

Greetings.

Post Reply