diff options
author | M.Dinslage <daedra1980@gmail.com> | 2010-12-27 22:39:10 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-29 01:08:49 -0600 |
commit | 385967a3273f28a08da832145c222c00976010d0 (patch) | |
tree | fd44bd9082a4d41873d95d42ae924fb7630da31c /system/conky/README | |
parent | 051ada24554b5ade4cece3c88fa61718a47e726a (diff) | |
download | slackbuilds-385967a3273f28a08da832145c222c00976010d0.tar.gz |
system/conky: Miscellaneous tweaks/enhancements
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/conky/README')
-rw-r--r-- | system/conky/README | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/system/conky/README b/system/conky/README index 46d3f0c81d..94da7195c7 100644 --- a/system/conky/README +++ b/system/conky/README @@ -1,5 +1,3 @@ -conky - A light-weight system monitor for X - Conky is a system monitor for X originally based on the torsmo code. Since it's original conception, Conky has changed a fair bit from it's predecessor. Conky can display just about anything, either on @@ -7,13 +5,5 @@ your root desktop or in it's own window. Conky has many built-in objects, as well as the ability to execute programs and scripts, then display the output from stdout. -To enable lua scripting engine support run the build with -LUA=yes ./conky.SlackBuild - -The required dependencies for lua support are: lua, imlib2 and tolua++ - -All of the above requirements are available from slackbuilds.org - - - - +To enable lua scripting engine support, you will need lua, imlib2, and +tolua++, and run this script like this: LUA=yes ./conky.SlackBuild |