quitDOCK
Version: 1.1 ||
Release Date: 2007-06-03 ||
License: Freeware
Developer: Ben Robinson
A simple widget that restarts the Dock (and thus closes open Dashboard widgets) when clicked. Useful if you can't bear the thought of widgets eating up system resources in the background, but don't want to disable Dashboard outright.
Tags: dashboard , widget , optimization




2 Opinions:
Or, you could simply use this AppleScript:
tell application "Dock"
quit
launch
end tell
The Dock restarts, Dashboard will reactivate on hotkey or corner.
Has been done before: http://www.natal.be/index.php/2005/10/stopdashboard-widget/