Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2009 18:25:58 -0400
From:      PJ <af.gourmet@videotron.ca>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   and now for conky & gremlins
Message-ID:  <4AF1FF76.60808@videotron.ca>

next in thread | raw e-mail | index | archive | help
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`\]/"}

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`\]/"

I upgraded ports and now the calendar.sh cannot be found - it exists;
bash no longer wishes to execute or recognize it...

I am puzzled as to what is going on? I seem to be chasing after gremlins
... again ... and again..
like, even firefox can't be upgraded on one system (identical) but can
on another... bugs & gremlins... oooooooh, gadzooks!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AF1FF76.60808>