Re: and now for conky & gremlins

2009-11-08 Thread Walt Pawley
At 10:41 AM -0400 11/5/09, PJ wrote: >Ruben de Groot wrote: >> On Thu, Nov 05, 2009 at 09:26:15AM -0400, PJ typed: >> >>> Polytropon wrote: >>> On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: > output should be: 1 2 3 [4] 5 6 7 etc. > is:1 2 3 4 5 6 > > the c

Re: and now for conky & gremlins

2009-11-04 Thread Polytropon
On Wed, 04 Nov 2009 18:25:58 -0400, PJ wrote: > output should be: 1 2 3 [4] 5 6 7 etc. > is:1 2 3 4 5 6 > > the calendar.sh is exactly: > #!/bin/sh > cal | awk 'NR>1' | sed -e 's/ //g' -e 's/[^ ] /& /g' -e 's/..*/ > &/' -e "s/\ `date +%d`/\[`date +%d`\]/" It's quite obviously. L

and now for conky & gremlins

2009-11-04 Thread PJ
conky is still working ok...but the calendar is limping... rather strange here's the .conkyrc: snip... ${color green}CALENDAR ${hr 2}$color #${execi 300 ~/bin/calendar.sh} ${execi 300 cal | awk 'NR>1' | sed -e 's/ //g' -e 's/[^ ] /& /g' -e 's/..*/ &/' -e "s/\ `date +%d`/\[`date +%d`\]/"} ou