On 4 February 2010 09:52, Cengiz Tas <cengztr_AT_googlemail.com> wrote:
> Hi..
>
> actually I'm working on a small suckless app displaying a string from stdin
> on a fullscreen X Window in the style of an screensaver/conky.
>
> e.g. to display a clock
>
> date '+%T' | figlet | myapp
while :
do
date '+%T' | figlet
sleep 1
done | myapp
Cheers,
Anselm
Received on Thu Feb 04 2010 - 10:00:43 UTC
This archive was generated by hypermail 2.2.0 : Thu Feb 04 2010 - 10:12:02 UTC