Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dzen2-gdbar(1) [debian man page]

GDBAR(1)						      General Commands Manual							  GDBAR(1)

NAME
dzen2-gdbar - generates fully graphical progress meters SYNOPSIS
dzen2-gdbar [-w characters] [-s symbol] [-fg color] [-bg color] [-min minvalue] [-max maxvalue] [-l string] [-nonl] [-o] DESCRIPTION
gdbar application that generates fully graphical progress meters, from some values you supply to it. It has the same input semantics as dbar (see dbar (1) . In contrast to dbar, gdbar draws fully graphical meters which are only useful in combination with dzen. See the usage examples for a description of the expected input format. OPTIONS
A summary of options is included below. -max Value to be considered 100% (default: 100) -min Value to be considered 0% (default: 0) -fg Foreground color. (default white) -bg Bacground color (default darkgrey) -w Size in pixels to be considered 100% in the bar (default: 80 ) -h Bar height. -l label to be prepended to the bar (default: '' ) -o Draw conky style meters. -nonl no new line, don't put '0 at the end of the bar (default: do print '0) Dbar was written by Robert Manea. This manual page was written by bertagaz <bertagaz@ptitcanardnoir.org>, for the Debian project (but may be used by others). Jan 01 2008 GDBAR(1)

Check Out this Related Man Page

WBAR(1) 						      General Commands Manual							   WBAR(1)

NAME
wbar - a light and fast launch bar SYNOPSIS
wbar [options] DESCRIPTION
This manual page documents briefly the wbar command. wbar is a quick launch bar. Its fast, light and cool eye-candy. OPTIONS
A summary of options is included below. --help Show summary of options. -config conf-file Use conf-file as wbar config file. -above-desk Run over a desktop app (ie: xfdesktop). -isize i Set icon size (eg: 32). -idist d Set icon dist (eg: 1). -zoomf z Set zoom factor (eg: 1.8 or 2.5). -jumpf j Set jump factor (eg: 1.0 or 0.0). -pos p Set position. Choose from top, bottom, left, right, center, <bot|top>-<right|left>. -dblclk ms Set ms for double click (0: single click). -bpress Icon gets pressed. -vbar Show vertical bar. -balfa i Set bar alfa (0-100). -falfa i Set unfocused bar alfa (0-100). -filter i Set color filter (0: none 1: hovered 2: others, 3: all). -fc 0xAARRGGBB Set filter color (default green 0xff00c800). -nanim i Set number of animated icons: 1, 3, 5, 7, 9, ... -nofont If set disables font rendering. AUTHOR
wbar was written by Rodolfo Granata <warlock.cc@gmail.com>. This manual page was written by Krzysztof Burghardt <krzysztof@burghardt.pl>, for the Debian project (and may be used by others). March 16, 2009 WBAR(1)
Man Page

5 More Discussions You Might Find Interesting

1. Linux

How to find the .Xdefault file

Hi All, 1.How to put the script in the init file(startup). 2.I would like to change the Foreground color for the X terminla.Default is white. I don't want that. Thanks, kal (2 Replies)
Discussion started by: kalyani
2 Replies

2. UNIX for Advanced & Expert Users

progress bar

Hi all, I want to print # like that in a progress bar.. For e.g We can notice that during installation ... but,how to do that? Thnx, sakthi. (4 Replies)
Discussion started by: sakthi.abdullah
4 Replies

3. Programming

IBM Risc migration

Hi all, I have been dealing with the following problem one week now without any progress. I've a source code written in C which is using X libraries in order to create a graphical interface to visualise results produced by another code written in Fortran. The README file of the C code says... (2 Replies)
Discussion started by: Pavlos
2 Replies

4. Gentoo

cpu%/mem% usage, scripting, dzen2: howto learn bash the hard way

I am trying to write a small (and rather simple) script to gather some info about the system and piping it to dzen2 first, i want to explain some things. I know i could have used conky, but my intention was to expand my knowledge of bash, pipes and redirections inside a script, and to have fun... (14 Replies)
Discussion started by: broli
14 Replies

5. Programming

Progress Bar using Language C ANSI

Hi everyone, I am trying to put a progress bar in the MS-DOS that indicate to the user the how is the progress of a read in one text file. Then i put: #define contador 100 char bar_porcentagem="0.0%%"; long bar_aux=0; char buffer; long i; void barra_progresso(long i,long... (3 Replies)
Discussion started by: abraao895
3 Replies