Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GeekTool setup
- Date & Time
- Date is displayed using command: date +%D
- Time is displayed using command: date +%H:%M
- The time shown is wrong in the screenshot, as I forgot to change the refresh rate for the command from 0.
- System Information
- Wired memory command: echo `top -l 1 | awk '/PhysMem/ {print $4}' | sed s/\(//`B Wired
- Hard disk command: df -hl | grep 'disk0s2' | awk '{print $4"/"$2" free ("$5" used)"}'
- (change disk0s2 depending on your drive and partition layout, etc.)
- Exhaust (fan) command: echo `~/GeekTool/scripts/fans_tempsMonitor | grep "Exhaust" | sed s/Exhaust// | sed s/rpm//`
- Temperature command: echo `/Applications/TemperatureMonitor.app/Contents/MacOS/tempmonitor -c -l -a | grep "AMBIENT"| sed s/SMC\ AMBIENT\ AIR:\ // | sed s/\ C// `°C
- You must have installed TemperatureMonitor for this to work.
- Music
- Used AppleScripts from http://www.maclife.com/article/howtos/how_customize_your_desktop_geektool?page=0,1
- Top CPU Processes
- ps -arcwwwxo "command %cpu" | grep -v grep | head -3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement