diff options
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 |