aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-07 04:10:38 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-01-07 04:10:38 +0000
commitc7a0ab89decea52f82922bca4ea7dd7c537f5852 (patch)
tree6e4c8e06b9ce5a3a926dce02132d5b748aa2c799
parenta5c35767f37ea514933c79c5418f2230d0430fa8 (diff)
downloaddzen-c7a0ab89decea52f82922bca4ea7dd7c537f5852.tar.gz
dzen-c7a0ab89decea52f82922bca4ea7dd7c537f5852.zip
pie graph support
git-svn-id: http://dzen.googlecode.com/svn/trunk@193 f2baff5b-bf2c-0410-a398-912abdc3d8b2
-rw-r--r--gadgets/gcpubar.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gadgets/gcpubar.c b/gadgets/gcpubar.c
index bd5a09e..810da44 100644
--- a/gadgets/gcpubar.c
+++ b/gadgets/gcpubar.c
@@ -76,6 +76,9 @@ int main(int argc, char *argv[]) {
case 'v':
dbar.style = vertical;
break;
+ case 'p':
+ dbar.style = pie;
+ break;
default:
dbar.style = norm;
break;