summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-25 20:09:37 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-25 20:09:37 +0100
commitd23cfb26624e1fa14fce8cf3f1031adb4632dd3e (patch)
tree7a270bce895c7ee833c3c67b7a7a4c3969b877fc
parent784ae0d11457facaa3538952a6f33e3d0b9e6e13 (diff)
downloadawesome-configs-d23cfb26624e1fa14fce8cf3f1031adb4632dd3e.tar.xz
rc.lua: adapt graph to vicious default, max_value of 1
-rw-r--r--rc.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index d478e08..0fa0e63 100644
--- a/rc.lua
+++ b/rc.lua
@@ -95,7 +95,6 @@ local cpugraph = awful.widget.graph()
-- Graph properties
cpugraph:set_width(50)
cpugraph:set_height(14)
-cpugraph:set_max_value(100)
cpugraph:set_background_color(beautiful.fg_off_widget)
cpugraph:set_color(beautiful.fg_end_widget)
cpugraph:set_gradient_angle(0)