summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-08 01:00:46 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-08 01:00:46 +0200
commit2b23c9753ca6e9bb8311510a7ded5c9dd1eb66fc (patch)
tree776744bf0d92f18383a4a885523ede6b43557137 /rc.lua
parent8f73ed8c4f34c77c35798de91e43aeb37f2ed31c (diff)
downloadawesome-configs-2b23c9753ca6e9bb8311510a7ded5c9dd1eb66fc.tar.xz
rc.lua: vertical gradient in cpu graph
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.lua b/rc.lua
index 9ba9cab..e663807 100644
--- a/rc.lua
+++ b/rc.lua
@@ -96,6 +96,7 @@ cpuwidget:set_height(14)
cpuwidget:set_max_value(100)
cpuwidget:set_background_color(beautiful.fg_off_widget)
cpuwidget:set_color(beautiful.fg_end_widget)
+cpuwidget:set_gradient_angle(50)
cpuwidget:set_gradient_colors({
beautiful.fg_end_widget,
beautiful.fg_center_widget,