diff options
author | M.Dinslage <daedra1980@gmail.com> | 2016-07-24 17:09:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-24 17:09:56 +0700 |
commit | 9cc0c204a2aa7cda394c9f72d2b220c456c544aa (patch) | |
tree | 47c53d4d037d62c29927dfcf370411e1cea7dae0 /system/conky/README | |
parent | 03569b3068a88a0a175dfcffaf316dec14653ba3 (diff) | |
download | slackbuilds-9cc0c204a2aa7cda394c9f72d2b220c456c544aa.tar.gz |
system/conky: Updated for version 1.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/conky/README')
-rw-r--r-- | system/conky/README | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/system/conky/README b/system/conky/README index 94da7195c7..f809bfb185 100644 --- a/system/conky/README +++ b/system/conky/README @@ -5,5 +5,17 @@ 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, you will need lua, imlib2, and -tolua++, and run this script like this: LUA=yes ./conky.SlackBuild +Starting with the 1.10.x branch of conky the conkyrc config files now +use a lua based syntax. This means that older conkyrc config files +may not work. Conky does attempt to convert older config scripts +on the fly but if it doesn't work you can convert your config file +with the convert.lua script that is provided in the /usr/doc +directory. It is not guaranteed to work but it should give you a +good starting point to edit the converted script to make it work. +If you can't get your script to work then you can install the +1.9.0 version of conky that is provided here at SBo in the 14.1 +branch. + +Audacious is disabled by default because it requires libaudclient. +libaudclient is available here at SBo. You can enable audacious +support the build by passing AUDACIOUS=yes ./conky.SlackBuild. |