- Created by wunderlicht
- 🗓 Last Updated: 12/07/21 11:21:48
- 🌟 Stars on GitHub: 1
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Workflow
- Get Latest Release
- Get Source Code
From their README
Kill Touch Bar
An Alfred workflow to kill/restart the Touch Bar
I had the issue that sometimes my Touch Bar turned black. Searching for a solution I found that this seems to be a problem for other people as well. So I built this dead simple workflow.
Activate Alfred, type 'touchbar', and hit enter.
It runs
pkill TouchBarServer; pkill ControlStrip
with administrator privileges and acknowledges execution with a notification. That's it.