aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/README.gdbar
diff options
context:
space:
mode:
Diffstat (limited to 'gadgets/README.gdbar')
-rw-r--r--gadgets/README.gdbar29
1 files changed, 29 insertions, 0 deletions
diff --git a/gadgets/README.gdbar b/gadgets/README.gdbar
new file mode 100644
index 0000000..d3374b8
--- /dev/null
+++ b/gadgets/README.gdbar
@@ -0,0 +1,29 @@
+=================================
+ gdbar, (c) 2007 by Robert Manea
+=================================
+
+gdbar is an application that generates fully graphical progress meters,
+from some values you supply to it.
+
+It has the same input semantics as dbar (see README.dbar). In contrast
+to dbar, gdbar draws fully graphical meters which are only useful in
+combination with dzen >= 0.7.0.
+
+Options:
+--------
+
+ -fg : foreground color of the meter (default: white)
+ -bg : background color of the meter (default: darkgrey)
+ -max : Value to be considered 100% (default: 100)
+ -min : Value to be considered 0% (default: 0 )
+ -w : Size in pixels to be
+ considered 100% in the meter (default: 80 )
+ -h : bar height
+ -l : label to be prepended to
+ the bar (default: '' )
+ -nonl: no new line, don't put
+ '\n' at the end of the bar (default: do print '\n')
+
+
+See README.dbar for further details!
+