How to make a Mac screen saver that shows your uptime in Leopard
About nine months ago, I wrote about how to make a Mac screen saver to show your uptime , using Quartz Composer , a package from Fink , and Quartz Composer patch called Shell Command Patch . Not long after , Apple released Leopard , which seems to have changed Quartz Composer enough to break Shell Command. I was getting all geared up on writing a post about doing this using another method (completely redoing it and everything), but looking in to this further just showed me I’m an idiot. It turns out the difficulty I was having is that Quartz Composer patches are saved in different locations. To be clearer: In Tiger (10.4), patches are kept in /Library/Graphics/Patches/ . In Leopard (10.5), patches are kept in /Library/Graphics/Quartz Composer Patches/ or ~/Library/Graphics/Quartz Composer Patches/ . That’s it. Seriously. Incidentally, I found this information at Kineme.net’s page on the topic . The new version of the Developer Tools does in fact come with an example p...