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
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
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