From 5c6f544787c1a9e019e24c2d336c69349ad5eca5 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 22 Oct 2009 14:52:47 +0200 Subject: README: more information in Power section --- README | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) (limited to 'README') diff --git a/README b/README index 1321019..cf704d7 100644 --- a/README +++ b/README @@ -7,9 +7,9 @@ ones: http://git.sysphere.org/vicious/about/ -Vicious widget types are a framework for creating your own widgets. -Before using a widget type *you* need to ensure that a valid source of -information exists. +Vicious widget types are a framework for creating your own awesome +widgets. Before using a widget type *you* need to ensure that a valid +source of information exists. Usage @@ -87,18 +87,23 @@ Power and Caching ----------------- When a lot of widgets are in use they, and awesome, can generate a lot of wake-ups and also be very expensive for system resources. This is -especially important when running on battery power. Suspending widgets -is one way to prevent them from draining your battery. +especially important when running on battery power. It was a big +problem with awesome v2 and widgets that used shell scripts to gather +data, and with widget libraries written in languages like Ruby. + +Lua is an extremely fast and efficient programming language, and +Vicious takes advantage of that. But suspending Vicious widgets is one +way to prevent them from draining your battery, despite that. Update intervals also play a big role, and you can save a lot of power -with a smart approach. Avoid intervals like: 5, 10, 30, 60... to avoid -harmonics. If you take the 60-second mark as an example, all of your -widgets would be executed at that point. Instead think about using -only prime numbers, in that case you will have only a few widgets -executed at any given time interval. When choosing intervals also -consider what a widget actually does. Some widget types read files -that reside in memory, others call external utilities and some, like -the mbox widget, read big files. +with a smart approach. Don't use intervals like: 5, 10, 30, 60... to +avoid harmonics. If you take the 60-second mark as an example, all of +your widgets would be executed at that point. Instead think about +using only prime numbers, in that case you will have only a few +widgets executed at any given time interval. When choosing intervals +also consider what a widget actually does. Some widget types read +files that reside in memory, others call external utilities and some, +like the mbox widget, read big files. Vicious can also cache values returned by widget types. Caching enables you to have multiple widgets using the same widget type. With -- cgit v1.2.3