1GDBAR(1) General Commands Manual GDBAR(1)
2
3
4
6 dzen2-gdbar - generates fully graphical progress meters
7
9 dzen2-gdbar [-w characters] [-s symbol] [-fg color] [-bg color] [-min
10 minvalue] [-max maxvalue] [-l string] [-nonl] [-o]
11
13 gdbar application that generates fully graphical progress meters, from
14 some values you supply to it.
15
16 It has the same input semantics as dbar (see dbar (1) . In contrast to
17 dbar, gdbar draws fully graphical meters which are only useful in com‐
18 bination with dzen.
19
20 See the usage examples for a description of the expected input format.
21
23 A summary of options is included below.
24
25 -max Value to be considered 100% (default: 100)
26
27 -min Value to be considered 0% (default: 0)
28
29 -fg Foreground color. (default white)
30
31 -bg Bacground color (default darkgrey)
32
33 -w Size in pixels to be considered 100% in the bar (default: 80 )
34
35 -h Bar height.
36
37 -l label to be prepended to the bar (default: '' )
38
39 -o Draw conky style meters.
40
41 -nonl no new line, don't put '0 at the end of the bar (default: do
42 print '0)
43
44 Dbar was written by Robert Manea.
45
46 This manual page was written by bertagaz <bertagaz@ptitcanardnoir.org>,
47 for the Debian project (but may be used by others).
48
49
50
51 Jan 01 2008 GDBAR(1)