Skip to content

Instantly share code, notes, and snippets.

@SchDen
Created October 29, 2021 12:32
Show Gist options
  • Select an option

  • Save SchDen/e35fb68273da5ca0de57bd1b48241565 to your computer and use it in GitHub Desktop.

Select an option

Save SchDen/e35fb68273da5ca0de57bd1b48241565 to your computer and use it in GitHub Desktop.
MTMR preset
[
{
"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