From 40d78819774dd8b3963c642c2eb6b21948a64943 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Tue, 20 Oct 2009 21:15:19 +0200 Subject: 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. --- README | 1 - 1 file changed, 1 deletion(-) (limited to 'README') 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' }) -- cgit v1.2.3