aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-20 21:15:19 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-20 21:15:19 +0200
commit40d78819774dd8b3963c642c2eb6b21948a64943 (patch)
treef7c107e5ba0bbc37a6cfe2a5af3a28cd59916560 /README
parent25ce79e4e5c5bad03359ddaa3ca8b3ceb91f2c4f (diff)
downloadvicious-legacy-40d78819774dd8b3963c642c2eb6b21948a64943.tar.xz
Adapt to awful.widget.graph max_value of 1
Vicious will now divide values by 100 to match the default graph max_value of 1. Graphs support changing this value, but progressbars don't. We shouldn't use 100 for one and 1 for the other.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index 6982299..1321019 100644
--- a/README
+++ b/README
@@ -338,7 +338,6 @@ Battery widget
CPU usage widget
cpuwidget = awful.widget.graph()
cpuwidget:set_width(50)
- cpuwidget:set_max_value(100)
cpuwidget:set_background_color('#494B4F')
cpuwidget:set_color('#FF5656')
cpuwidget:set_gradient_colors({ '#FF5656', '#88A175', '#AECF96' })