GeekTool desktop calendarというエントリーより。
Mac user Hannes Bretschneider posts a useful script for the GeekTool desktop overlay which displays the current month’s calendar.
Mac OS X用のコントロールパネルに「GeekTool」というものがあり、それを利用してデスクトップにカレンダーを表示する方法が紹介されていました。
システムログを表示したり、UNIXコマンドを実行した結果をアウトプットしたり、(インターネットからの)画像をデスクトップに表示したりすることができるそうです。
確かにGeek向けのツールですね。
で、その機能を利用して、
cal | sed “s/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed ‘s/./#/g’) /”
を入力すると、デスクトップにカレンダーが表示されるのだとか。
ぼくは「WebDesktop」を使って、Google Calendarをデスクトップに表示しています。