- Create Shortcut
Empty bin
with actionRun AppleScript
:
on run {input, parameters}
tell application "Finder"
empty the trash without warns before emptying
end tell
return input
end run
- Create folder
macOS Widget
and put ShortcutEmpty bin
into it. - Add Desktop widget with Shortcuts folder
macOS Widget
.
Screenshots
Example
https://www.icloud.com/shortcuts/c538a71ccd5b4005a72f1fe349a3108a
Based on
Tip
Shift + Option(Alt) + Command + Delete
will immediately force empty the Trash with no warnings, regardless of what’s in the Trash.