8946b5dc81
Conky is a system monitor for X originally based on torsmo. Since its inception, Conky has changed significantly from its predecessor, while maintaining simplicity and configurability. Conky can display just about anything, either on your root desktop or in its own window. Not only does Conky have many built-in objects, it can also display just about any piece of information by using scripts and other external programs. Conky has more than 250 built in objects, including support for a plethora of OS stats (uname, uptime, CPU usage, mem usage, disk usage, "top" like process stats, and network monitoring, just to name a few), built in IMAP and POP3 support, built in support for many popular music players (MPD, XMMS2, BMPx, Audacious), and much much more. Conky can display this info either as text, or using simple progress bars and graph widgets, with different fonts and colours.
15 lines
476 B
Text
15 lines
476 B
Text
$NetBSD: patch-data_Makefile.am,v 1.1.1.1 2012/05/13 08:42:20 imil Exp $
|
|
|
|
Install config into example directory.
|
|
|
|
--- data/Makefile.am.orig 2010-10-20 00:32:27.000000000 +0000
|
|
+++ data/Makefile.am
|
|
@@ -25,7 +25,7 @@
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
-configdir = ${sysconfdir}/conky
|
|
+configdir = ${prefix}/share/examples/conky
|
|
dist_config_DATA = conky.conf conky_no_x11.conf
|
|
|
|
# vi:set ts=4 sw=4 noet ai nocindent syntax=automake:
|