mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 17:38:38 +00:00
25 lines
592 B
JSON
25 lines
592 B
JSON
[
|
|
{ "type": "escape" },
|
|
{ "type": "exitTouchbar" },
|
|
{ "type": "volume", "width": 80 },
|
|
{ "type": "brightness", "width": 80 },
|
|
{ "type": "brightnessDown" },
|
|
{
|
|
"type": "staticButton",
|
|
"title": "🔆",
|
|
"action": "keyPress",
|
|
"keycode": 113,
|
|
"width": 36,
|
|
},
|
|
{ "type": "flexSpace" },
|
|
{ "type": "volumeDown", "width": 44 },
|
|
{ "type": "volumeUp", "width": 44 },
|
|
{ "type": "previous" },
|
|
{ "type": "play" },
|
|
{ "type": "next" },
|
|
{ "type": "weather", "refreshInterval": 1800 },
|
|
{ "type": "sleep" },
|
|
{ "type": "battery" },
|
|
{ "type": "timeButton" },
|
|
]
|