Created
October 29, 2021 12:32
-
-
Save SchDen/e35fb68273da5ca0de57bd1b48241565 to your computer and use it in GitHub Desktop.
MTMR preset
This file contains hidden or 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": "shellScriptTitledButton", | |
| "width": 60, | |
| "refreshInterval": 2, | |
| "source": { | |
| "inline": "/usr/local/bin/osx-cpu-temp" | |
| }, | |
| "align": "left", | |
| "bordered": false | |
| }, | |
| // { | |
| // "type": "battery", | |
| // "align": "left", | |
| // "bordered": false | |
| // }, | |
| { | |
| "type": "play", | |
| "width": 52, | |
| "bordered": false, | |
| "align": "right" | |
| }, | |
| { | |
| "type": "next", | |
| "width": 52, | |
| "bordered": false, | |
| "align": "right" | |
| }, | |
| { | |
| "type": "yandexWeather", | |
| "bordered": false, | |
| "refreshInterval": 600, | |
| "align": "right", | |
| "icon_type": "images" | |
| }, | |
| { | |
| "type": "timeButton", | |
| "formatTemplate": "HH:mm", | |
| "align": "right", | |
| "bordered": false, | |
| "longAction": "shellScript", | |
| "longExecutablePath": "/usr/bin/pmset", | |
| "longShellArguments": [ | |
| "sleepnow" | |
| ] | |
| }, | |
| { | |
| "type": "displaySleep", | |
| "width": 40, | |
| "align": "right", | |
| "bordered": false | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment