blob: 46d3f0c81d6e090dbd76cccf5fae00d0207773f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
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
|