aboutsummaryrefslogtreecommitdiffstats
path: root/gadgets/README.gcpubar
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-01 19:15:37 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-01 19:15:37 +0000
commit3b1918496ea4b20ec61287ffbb9e1573e950fdcc (patch)
treebe72121879ccae348690932106b378e5b2f92868 /gadgets/README.gcpubar
parente5a5085f0b16b00e367b3c0428add2829dd7f7b9 (diff)
downloaddzen-3b1918496ea4b20ec61287ffbb9e1573e950fdcc.tar.gz
dzen-3b1918496ea4b20ec61287ffbb9e1573e950fdcc.zip
release 0.7.5
fixed memory leak added in-text commands: ^tw() ^c() ^p() added gadgets: kittscanner gdbar gcpubar git-svn-id: http://dzen.googlecode.com/svn/trunk@149 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'gadgets/README.gcpubar')
-rw-r--r--gadgets/README.gcpubar29
1 files changed, 29 insertions, 0 deletions
diff --git a/gadgets/README.gcpubar b/gadgets/README.gcpubar
new file mode 100644
index 0000000..e8f86aa
--- /dev/null
+++ b/gadgets/README.gcpubar
@@ -0,0 +1,29 @@
+====================================
+ gcpubar, (c) 20007 by Robert Manea
+====================================
+
+gcpubar is a CPU utilization meter for Linux. It relies on the existence
+of the "/proc/stat" file and generateѕ fully graphical meters viewable with
+dzen >= 0.7.0.
+
+Command line options:
+---------------------
+
+
+ -i : Update interval in seconds (default: 1)
+ You can use positive values
+ less than 1 for intervals
+ shorter than a second
+
+ -c : Terminate after diplaying (default: infite)
+ argument to '-c' values
+
+ -w : Width of the meter in pixels (default: 100)
+
+ -h : Height of the meter in pixels (default: 10)
+
+ -fg : Meter foreground color (default: white)
+
+ -bg : Meter background color (default: darkgrey)
+
+