zackshackleton
Spidermac LOOK CLOSE AGAIN!!!
Hooray x 2 Lifehacker & Gizmodo!!!!!!! Reading the comments from many of the viewers on lifehacker, on my Graffiti Desktop, a lot of people were saying that they would rather have everything easier to read so I came up with this idea lol. I thought of a way to blend the information into the background yet still have it easily read. All of the text bubbles have information such as CPU, RAM, Uptime, To Do List, Hard drive Space, and others all with Geektool. I created the desktop background in photoshop so if you would like me to post it just let me know. The dock is hidden in the bottom right corner. If you have any questions I'll gladly answer to the best of my capabilities. The os x taskbar is changed with Magnifique using the UNO-AE theme
Geektool
projects.tynsoe.org/en/geektool/
Magnifique
Yahoo Widgets
widgets.yahoo.com/
Weather Widget
widgets.yahoo.com/widgets/widescapeweather
Battery Widget
widgets.yahoo.com/widgets/wdscp-battery
Font
www.dafont.com/comic-book.font?
Wallpaper
www.flickr.com/photos/zackshackleton/3406234712/
Geek Tool Commands
Top Processes
top -FR -l2 -o cpu | grep -v 0.0% | cut -c 7-24| sed -n '15, $p'
Time
date "+%l:%M"
AM & PM
date +%p
Date Number
date +%d
Month
date +%B
Weekday
date +%A
Calendar
cal
To Do List
Create a text file with TextEdit but make sure you click Format>Make Plain Text before save. Then select the file in path in GeekTool.
Uptime
uptime | awk '{print "" $3 " " $4 " " $5 }' | sed -e 's/.$//g';
RAM
top -l 1 | awk '/PhysMem/ {print "" $8 " "}' ;
CPU
top -l 2 | awk '/CPU usage/ && NR > 5 {print $12, $13}'
Hard Drive Space
df -h | grep disk0s2 | awk '{print $4 }'
The Text Uptime, CPU, RAM, HDD Space
Another text file, remember have to Make Plain Text before saving
I hope you enjoy this :)
Again just ask any questions and I'll be glad to answer!
Spidermac LOOK CLOSE AGAIN!!!
Hooray x 2 Lifehacker & Gizmodo!!!!!!! Reading the comments from many of the viewers on lifehacker, on my Graffiti Desktop, a lot of people were saying that they would rather have everything easier to read so I came up with this idea lol. I thought of a way to blend the information into the background yet still have it easily read. All of the text bubbles have information such as CPU, RAM, Uptime, To Do List, Hard drive Space, and others all with Geektool. I created the desktop background in photoshop so if you would like me to post it just let me know. The dock is hidden in the bottom right corner. If you have any questions I'll gladly answer to the best of my capabilities. The os x taskbar is changed with Magnifique using the UNO-AE theme
Geektool
projects.tynsoe.org/en/geektool/
Magnifique
Yahoo Widgets
widgets.yahoo.com/
Weather Widget
widgets.yahoo.com/widgets/widescapeweather
Battery Widget
widgets.yahoo.com/widgets/wdscp-battery
Font
www.dafont.com/comic-book.font?
Wallpaper
www.flickr.com/photos/zackshackleton/3406234712/
Geek Tool Commands
Top Processes
top -FR -l2 -o cpu | grep -v 0.0% | cut -c 7-24| sed -n '15, $p'
Time
date "+%l:%M"
AM & PM
date +%p
Date Number
date +%d
Month
date +%B
Weekday
date +%A
Calendar
cal
To Do List
Create a text file with TextEdit but make sure you click Format>Make Plain Text before save. Then select the file in path in GeekTool.
Uptime
uptime | awk '{print "" $3 " " $4 " " $5 }' | sed -e 's/.$//g';
RAM
top -l 1 | awk '/PhysMem/ {print "" $8 " "}' ;
CPU
top -l 2 | awk '/CPU usage/ && NR > 5 {print $12, $13}'
Hard Drive Space
df -h | grep disk0s2 | awk '{print $4 }'
The Text Uptime, CPU, RAM, HDD Space
Another text file, remember have to Make Plain Text before saving
I hope you enjoy this :)
Again just ask any questions and I'll be glad to answer!