Package: dzen2
Version: 0.8.5-1
Severity: normal
*** Please type your report below this line ***
Hi,
This package is lacking the usefull dbar, gdbar and other tools you
can find in the gadgets directory of the upstream source.
Would be great to have it included in the next package, even if I'm
wondering if this tools would deserve a new package (dzen2-gadgets?)
I've written manpages from the
gadgets/README.{dbar,gdbar,gcpubar,textwidth} files I include in this
report. This should help :]
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable'), (200, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4-vs2.2.0
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages dzen2 depends on:
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libx11-6 2:1.0.3-7 X11 client-side library
dzen2 recommends no packages.
-- no debconf information
.TH "GDBAR" 1 "Jan 01 2008"
.SH NAME
gdbar \- generates fully graphical progress meters
.SH SYNOPSIS
.HP 7
\fBgdbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-fg \fIcolor\fR] [\-bg
\fIcolor\fR] [\-min \fIminvalue\fR] [\-max \fImaxvalue\fR] [\-l \fIstring\fR]
[\-nonl] [\-o]
.SH DESCRIPTION
.B gdbar
application that generates fully graphical progress meters, from some values
you supply to it.
.PP
It has the same input semantics as dbar (see
.B dbar (1)
\). In contrast to dbar, gdbar draws fully graphical meters which are only
useful in combination with dzen.
.PP
See the usage examples for a description of the expected input format.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-max
Value to be considered 100% (default: 100)
.TP
.B \-min
Value to be considered 0% (default: 0)
.TP
.B \-fg
Foreground color. (default white)
.TP
.B \-bg
Bacground color (default darkgrey)
.TP
.B \-w
Size in pixels to be considered 100% in the bar (default: 80 )
.TP
.B \-h
Bar height.
.TP
.B \-l
label to be prepended to the bar (default: '' )
.TP
.B \-o
Draw conky style meters.
.TP
.B \-nonl
no new line, don't put '\n' at the end of the bar (default: do print '\n')
.PP
Dbar was written by Robert Manea.
.PP
This manual page was written by bertagaz <[EMAIL PROTECTED]>,
for the Debian project (but may be used by others).
.TH "DBAR" 1 "Jan 01 2008"
.SH NAME
dbar \- simple gadget that you can use in combination with dzen to display a
progressbar.
.SH SYNOPSIS
.HP 7
\fBdbar\fR [\-w \fIcharacters\fR] [\-s \fIsymbol\fR] [\-min \fIminvalue\fR]
[\-max \fImaxvalue\fR] [\-l \fIstring\fR] [\-nonl]
.SH DESCRIPTION
.B dbar
is an application that generates semi graphical progress meters, from some
values you supply to it.
.PP
See the usage examples for a description of the expected input format.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-max
Value to be considered 100% (default: 100)
.TP
.B \-min
Value to be considered 0% (default: 0)
.TP
.B \-w
Number of charcaters to be considered 100% in the bar (default: 25 )
.TP
.B \-s
Symbol represeting the percentage value in the bar (default: = )
.TP
.B \-l
label to be prepended to the bar (default: '' )
.TP
.B \-nonl
no new line, don't put '\n' at the end of the bar (default: do print '\n')
.SH USAGE EXAMPLES
.TP
.B Static 0% and 100% mark or single value input:
.ip
Command: echo 25 | dbar -m 100 -l Sometext
.br
Output: Sometext 25% [====== ]
.TP
.B If your 100% mark changes dynamically or 2-values input:
.ip
Command: echo "50 150" | dbar
.br
Output: 33% [======== ]
.TP
.B If your value range is not between [0, maxval] or 3-values input:
.ip
Command: echo "50 -25 150" | dbar
.br
Output: 43% [=========== ]
.PP
Dbar was written by Robert Manea.
.PP
This manual page was written by bertagaz <[EMAIL PROTECTED]>,
for the Debian project (but may be used by others).
.TH "TEXTWIDTH" 1 "Jan 01 2008"
.SH NAME
textwidth \- calculate the width in pixels of text for a given font.
.SH SYNOPSIS
.HP 7
\fBtextwidth\fR \fIfontname\fR \fIstring\fR
.SH DESCRIPTION
.B textwidth
is a simple utility to calculate the width in pixels of text with a given font.
.PP
This tool is provided as part of the
.B dzen2 (1)
package.
.SH OPTIONS
A summary of options is included below.
.TP
.B fontname
Set the font.
.TP
.B string
Set the string.
.PP
textwidth was written by Robert Manea.
.PP
This manual page was written by bertagaz <[EMAIL PROTECTED]>,
for the Debian project (but may be used by others).
.TH "GCPUBAR" 1 "Jan 01 2008"
.SH NAME
gcpubar \- graphical CPU usage meter
.SH SYNOPSIS
.HP 7
\fBgcpubar\fR [\-i \fIinterval\fR] [\-c \fIcount\fR] [\-fg \fIcolor\fR] [\-bg
\fIcolor\fR] [\-w \fIpixel\fR] [\-h\ \fIpixel\fR] [\-nonl]
.SH DESCRIPTION
.B gcpubar
is a CPU utilization meter for Linux. It relies on the existence of the
/proc/stat file and generates fully graphical meters viewable with dzen.
.SH OPTIONS
A summary of options is included below.
.TP
.B \-i
Update interval in seconds (default 1). You can use positive values less than 1
for intervals shorter than 1 second.
.TP
.B \-c
Terminate after displaying argument to this option (default infinite).
.TP
.B \-fg
Foreground color
.TP
.B \-bg
Background color
.TP
.B \-w
Width in piwels
.TP
.B \-h
Height in pixels
.TP
.B \-nonl
No new line, don't put '\n' at the end of the bar (default: do print '\n')
.PP
gcpubar was written by Robert Manea.
.PP
This manual page was written by bertagaz <[EMAIL PROTECTED]>,
for the Debian project (but may be used by others).