hell o i am having trouble with this geektool horizontal calendar. it does not show in any way what day we are on. when i found this script an @ symbol replaced the day we were suppose to be on, but it does not do that at all. the calendar just shows the days 1-31 (may).....
this is the script:
echo
echo `cal` |
sed "s/$(date +%e) / $(date +%e | sed 's/.*/@/g') /" |
sed s'/Su Mo Tu We Th Fr Sa//g' |
sed s'/ */ \| /g' |
sed s'/^ \|//' | sed s'/ \|//' | sed s'/\|/ /' |
sed s'/\|/./g' | sed s"/$/ $(date +%A)/"
there is a screen shot. as you can see the calendar does not show what day we are on! (ignore the blue area on the far left side, i have my macbook connected to a monitor)
if you have a better horizontal script let me know! ive searched through 12 gooooooogle pages and nothing... i asked the person who i got this script from and he said he also had the same issue. i looked for more horizontal calendars on another forum and nothing!
thanks!
this is the script:
echo
echo `cal` |
sed "s/$(date +%e) / $(date +%e | sed 's/.*/@/g') /" |
sed s'/Su Mo Tu We Th Fr Sa//g' |
sed s'/ */ \| /g' |
sed s'/^ \|//' | sed s'/ \|//' | sed s'/\|/ /' |
sed s'/\|/./g' | sed s"/$/ $(date +%A)/"

there is a screen shot. as you can see the calendar does not show what day we are on! (ignore the blue area on the far left side, i have my macbook connected to a monitor)
if you have a better horizontal script let me know! ive searched through 12 gooooooogle pages and nothing... i asked the person who i got this script from and he said he also had the same issue. i looked for more horizontal calendars on another forum and nothing!
thanks!