How To Hide Your MAC Desktop Icons using Automator & StreamDeck

10 months ago
6

I wanted to have a simple action to hide all my desktop icons and folders during a live stream or demo / screen share. This video details how to create a simple application using Automator and a simple script, together with using StreamDeck actions.

00:00 - Intro
00:40 - Create Application Using Automator
01:23 - Script Commands To Use
02:21 - Test The Scripted Workflow
02:43 - Save The Automated Workflow as an Application
03:09 - Running The Application
03:50 - Create Streamdeck Action to Hide / Show Desktop Icons

Here is the script:

if $(defaults read com.apple.finder CreateDesktop);
then
defaults write com.apple.finder CreateDesktop false
else
defaults write com.apple.finder CreateDesktop true
fi
killall Finder

Amazing Free Music: https://creatormix.com/

⛑️ Need some help with your videos? Book a Free 30 Min Coaching Session:

🎬 http://bookme.neilfarrimond.live

👊🏻 Connect with me!

Free Weekly Newsletter: http://newsletter.neilfarrimond.live
Telegram: t.me/smallcreatorcafe
Twitter: https://twitter.com/neilfarrimond
IG: https://instagram.com/neilfarrimond

🙏🏻 Support the Channel!

Topaz Video AI: topazai.neilfarrimond.live
Buy me a Coffee: http://coffee.neilfarrimond.live
Ecamm Free Trial: http://ecamm.neilfarrimond.live
TubeBuddy Free Trial: http://tubebuddy.neilfarrimond.live
Restream Free Trial: http://restream.neilfarrimond.live

The Kit I use: https://kit.co/neilfarrimond/videography
Subscribe: http://subscribe.neilfarrimond.live

Some of the above are affiliate links, I may receive a small commission if you purchase via these but there is no cost increase to you. These links help support the channel so any clicks are greatly appreciated. 🤗

#filmmaking #plugins #editing #livestream #ecamm #streamdeck #elgatostreamdeck #automation #automator #apple

Loading comments...