My first shot at geeklets
GeekTool is awesome. I used to use Conky back in the day on my Linux boxes, but GeekTool is much more powerful IMO. I only wish that scripts could be scheduled to run at a certain time of day rather than just every N seconds. Maybe in 4.0
Attached is my work in progress. The top bit is just the straight output of uptime. The calendar is generated using this user's suggestion, with an added escape sequence to colorize the current day.
The left side is more interesting: RSS feeds from FB and Twitter, pulled using a pair of perl scripts I wrote that utilize the XML::Feed module. The FB script just pulls my notifications feed, showing the top 8 stories, high-lighting important ones (i.e. from important people
)
The Twitter script shows the top N stories (configurable) from each of the users specified (configurable). N is 2 for each of the users here. It's very easy to hit the anonymous rate limit with this script; we're only allowed 150 requests per hour which adds up fast. That geeklet only runs every 10 mins.
If you're interested in the RSS feed scripts I can certainly post them but they require the XML::Feed module (and its dependencies) which isn't installed in a stock 10.6.6 installation. The required modules would have to be installed via CPAN.
Cheers,
GeekTool is awesome. I used to use Conky back in the day on my Linux boxes, but GeekTool is much more powerful IMO. I only wish that scripts could be scheduled to run at a certain time of day rather than just every N seconds. Maybe in 4.0
Attached is my work in progress. The top bit is just the straight output of uptime. The calendar is generated using this user's suggestion, with an added escape sequence to colorize the current day.
The left side is more interesting: RSS feeds from FB and Twitter, pulled using a pair of perl scripts I wrote that utilize the XML::Feed module. The FB script just pulls my notifications feed, showing the top 8 stories, high-lighting important ones (i.e. from important people
The Twitter script shows the top N stories (configurable) from each of the users specified (configurable). N is 2 for each of the users here. It's very easy to hit the anonymous rate limit with this script; we're only allowed 150 requests per hour which adds up fast. That geeklet only runs every 10 mins.
If you're interested in the RSS feed scripts I can certainly post them but they require the XML::Feed module (and its dependencies) which isn't installed in a stock 10.6.6 installation. The required modules would have to be installed via CPAN.
Cheers,