Skip to content

Instantly share code, notes, and snippets.

@greggb
Created June 25, 2018 13:53
Show Gist options
  • Save greggb/fd8e831e455d80571d78eda7906fcf14 to your computer and use it in GitHub Desktop.
Save greggb/fd8e831e455d80571d78eda7906fcf14 to your computer and use it in GitHub Desktop.
MTMR Settings - touchbar
[
{
"type": "escape",
"align": "left",
"width": 150
},
{
"type": "staticButton",
"title": "🛌💤",
"action": "shellScript",
"align": "left",
"width": 80,
"executablePath": "/System/Library/CoreServices/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine"
},
{
"type": "volumeDown",
"width": 60,
"align": "left"
},
{
"type": "volumeUp",
"width": 30,
"align": "left"
},
{
"type": "music",
"bordered": false,
"width": 400,
"align": "left"
},
{
"type": "battery",
"width": 80,
"align": "right"
},
{
"type": "timeButton",
"align": "right",
"width": 80,
"bordered": false,
"formatTemplate": "hh:mm"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment