hell o having trouble geektool horizontal calendar. not show in way day on. when found script @ symbol replaced day suppose on, not @ all. calendar shows days 1-31 (may).....
script:
echo echo `cal` | sed "s/$(date +%e) / $(date +%e | sed 's/.*/@/g') /" | sed s'/su mo tu th fr sa//g' | sed s'/ */ \| /g' | sed s'/^ \|//' | sed s'/ \|//' | sed s'/\|/ /' | sed s'/\|/./g' | sed s"/$/ $(date +%a)/"
there screen shot. can see calendar not show day on! (ignore blue area on far left side, have macbook connected monitor)
if have better horizontal script let me know! ive searched through 12 gooooooogle pages , nothing... asked person got script , said had same issue. looked more horizontal calendars on forum , nothing!
thanks!
here's line use using ## current date. it's in week layout form rather one-line layout.
code:
cal | sed "s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./#/g') /"
Comments
Post a Comment