Created
December 17, 2019 12:35
-
-
Save ccostel/0b1ee27427d3ce56735976c00c0b4b75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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