Skip to content

Instantly share code, notes, and snippets.

@ccostel
Created December 17, 2019 12:35
Show Gist options
  • Save ccostel/0b1ee27427d3ce56735976c00c0b4b75 to your computer and use it in GitHub Desktop.
Save ccostel/0b1ee27427d3ce56735976c00c0b4b75 to your computer and use it in GitHub Desktop.
[
{
"type": "escape",
"width": 64,
"align": "left"
},
{ "type": "brightnessDown", "width": 75, "bordered": false, "align": "left" },
{ "type": "brightnessUp", "width": 75, "bordered": false, "align": "left" },
{
"type": "volumeDown",
"bordered": false,
"align": "right",
"width": 50
},
{
"type": "volumeUp",
"bordered": false,
"align": "right",
"width": 50
},
{
"type": "mute",
"bordered": false,
"align": "right",
"width": 80
},
{
"type": "timeButton",
"formatTemplate": "HH:mm",
"align": "right",
"bordered": false,
"longAction": "shellScript",
"longExecutablePath": "/usr/bin/pmset",
"longShellArguments": ["sleepnow"]
},
{
"type": "battery",
"align": "right",
"bordered": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment