On Wed, Aug 23, 2006 at 04:31:51PM -0500, Kurt Maier wrote:
> I just keep track of power levels in the status bar. Conky[1] can
> output to console, which can be piped to dwm. I use this:
>
> while sleep 5; do conky; done | dwm
Can I ask you why do you put conky on a while loop... ?
It's much better for me to run it in this way:
exec conky |dwm
With a ~/.conkyrc like this (just an example):
background no
out_to_console yes
total_run_times 0
no_buffers yes
uppercase no
update_interval 3
TEXT
[${time %H:%M %d/%m/%y}] [${acpitemp}^C] [$loadavg]
Cheers,
-- Marco Squarcina >|< www.minimalblue.com >|< GPG key: 6E47BFC5Received on Sat Aug 26 2006 - 04:01:23 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:30:33 UTC