dzen2-dbar - simple gadget that you can use in combination with dzen to display a progressbar.
Contents
Description
dbar is an application that generates semi graphical progress meters, from some values you supply to it.
See the usage examples for a description of the expected input format.
Name
dzen2-dbar - simple gadget that you can use in combination with dzen to display a progressbar.
Options
A summary of options is included below.
-max Value to be considered 100% (default: 100)
-min Value to be considered 0% (default: 0)
-w Number of charcaters to be considered 100% in the bar (default: 25 )
-s Symbol represeting the percentage value in the bar (default: = )
-l label to be prepended to the bar (default: '' )
-nonl no new line, don't put '0 at the end of the bar (default: do print '0)
See Also
dzen2(1), dzen2-gcpubar(1), dzen2-gdbar(1), and dzen2-textwidth(1). Jan 01 2008 DBAR(1)
Synopsis
dzen2-dbar [-w characters] [-s symbol] [-min minvalue] [-max maxvalue] [-l string] [-nonl]
Usage Examples
Static0%and100%markorsinglevalueinput:
Command: echo 25 | dzen2-dbar -m 100 -l Sometext
Output: Sometext 25% [====== ]
Ifyour100%markchangesdynamicallyor2-valuesinput:
Command: echo "50 150" | dzen2-dbar
Output: 33% [======== ]
Ifyourvaluerangeisnotbetween[0,maxval]or3-valuesinput:
Command: echo "50 -25 150" | dzen2-dbar
Output: 43% [=========== ]
