

The theme that I am using is called Zukunft Condensed Black, because it matches my font. So, I decided to go with Bowtie and found a theme that I liked. I was having difficulty using a shell script to output my iTunes song, and when it was able to it did not have the best interface. In addition, I am also able to display the current song playing in my iTunes Library. Also in the system side, I am able to see the amount of memory in use, CPU processes, as well as the uptime. I am able to have my network IP’s external and internal. On the right hand side, I have my system items. I am able to pull the data from two simple AppleScripts, one for my mail and one for Things. For instance, my mail is displayed on the left side as well as the to-do items I need to complete, that is taken from the Things (an awesome application by Cultured Code). Basically the way my setup works is one the left hand side is my miscellaneous items. I created the second bar to the other side. In my GeekTool setup, I found a background online that only had one bar. The three different type of ‘Glets’ you can have are: File, which allows you to display a file, Shell, which allows you to display the uptime or run a ping command, and the final option is called Image, that allows you to display an image in the background. There are three options, but you can have an unlimited (Or until you do not have an adequate amount of memory). GeekTool is a PrefPane (Runs in System Preferences) and allows three types of outputs to be embedded in your desktop. For example, you could use your screensaver to run in the background, a picture of your pet, or something pretty amazing for us geeks called GeekTool.

#Geektool scripts weather mac os x
With a little bit of creativity, experimentation, and poking around, GeekTool can help you put together your own Information Batcave.There are many different things that you can do with a Mac OS X desktop. My own favorite feature? Probably the least tech-y thing you can do with it: GeekTool can pull photos from the web on a regular schedule, which makes it easy to see weather, traffic, and web cam output right on your desktop ( my Desktop, ca. Replacing the m with r orders the processes by CPU usage, I haven’t really decided which one I like better. Plain ps only shows processes run through the terminal, ps -A gives me more than I want to see, ps -U was pretty good, I thought.
#Geektool scripts weather full
Ps -cm -U username | awk '/:/ & $5!~/Dashboard/'Ĭ omits the full path of each process, m orders the processes by memory and -U username shows all processes owned by that user. He also writes up a good post on a few of his favorite uses for GeekTool: Now Mac Geekery’s rupa deadwyler points to a branched version (2nd item) that provides fixes for Tiger. To be honest, I hadn’t used GeekTool in a while, but apparently there were some Tiger compatibility issues that were vexing fans. “ cat ~/todo.txt” or “ tail -n 10 /var/log/crashreporter.log”) Most folks’ favorite use is to display the output of shell scripts and simple CLI commands (e.g. I’m an old-school fan of GeekTool, a smart little PreferencePane that lets you trick out your Mac’s Desktop background with a variety of customizable stats, photos, and status info. Mac Geekery - Geektool and Bash One-Liners
