How to Run Widgets on Your Mac Desktop
How to Run Widgets on Your Mac Desktop GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Computers, Laptops & Tablets > Apple
Copy and paste the text into Terminal or type the text as shown. The command is a single line of text, but your browser may break it into multiple lines. Be sure to enter the command as a single line in the Terminal application. Press Enter or Return on your keyboard. Enter the following text into Terminal: killall Dock
If you type the text rather than copy and paste it, be sure to match the case of the text. Press Enter or Return. The Dock disappears for a moment and then reappears. Enter the following text into Terminal. exit
Press Enter or Return. The exit command causes Terminal to end the current session. You can then quit the Terminal application.
How to Run Widgets on Your Mac Desktop
Use terminal to free your widgets from the dashboard
By Tom Nelson Tom Nelson Writer Tom Nelson is an engineer, programmer, network manager, and computer network and systems designer who has written for Other World Computing,and others. Tom is also president of Coyote Moon, Inc., a Macintosh and Windows consulting firm. lifewire's editorial guidelines Updated on December 2, 2020 Tweet Share Email Tweet Share EmailIn This Article
Expand Jump to a Section Enable Dashboard Development Mode Move Widget to Desktop: Mountain Lion (10.8) or Later Move Widget to Desktop: Lion (10.7) or Earlier Return a Widget to the Dashboard Disable Dashboard Development Mode Apple discontinued Dashboard and Widgets with macOS Catalina in 2014, relying instead on Notification Center. But many older Macs still use and depend on Dashboard. One of the most popular features from older versions of macOS is Dashboard, a standalone desktop replete with mini-applications called "Widgets." With calculators, dictionaries, calendars, notepads, and weather displays, among other apps, Widgets housed routine information in one convenient place. Widgets reside in Dashboard and can't access system or user data outside of that environment. Some users, particularly developers, would prefer to access their Widgets directly on their desktop. Fortunately, there is a way to do this. You can take advantage of the same Terminal trick that Apple developers use to build Widgets in a desktop environment. Lewis Mulatero / Getty ImagesUse Terminal to Enable Dashboard Development Mode
If you want to move a Widget onto your desktop, follow these instructions: Launch Terminal, located in /Applications/Utilities/. Alternatively, type Terminal into Spotlight Search to bring up Terminal quickly. Enter the following command line as a single line into Terminal: defaults write com.apple.dashboard devmode YESCopy and paste the text into Terminal or type the text as shown. The command is a single line of text, but your browser may break it into multiple lines. Be sure to enter the command as a single line in the Terminal application. Press Enter or Return on your keyboard. Enter the following text into Terminal: killall Dock
If you type the text rather than copy and paste it, be sure to match the case of the text. Press Enter or Return. The Dock disappears for a moment and then reappears. Enter the following text into Terminal. exit
Press Enter or Return. The exit command causes Terminal to end the current session. You can then quit the Terminal application.