1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

upd readme

This commit is contained in:
Toxblh 2019-03-21 21:52:55 +00:00
parent ea68ce33c1
commit 624c8ac6d8

View File

@ -28,7 +28,7 @@ My idea is to create a platform for creating plugins to customize the TouchBar.
- Download lastest [release](https://github.com/Toxblh/MTMR/releases) from github - Download lastest [release](https://github.com/Toxblh/MTMR/releases) from github
- Or via Homebrew `brew cask install mtmr` - Or via Homebrew `brew cask install mtmr`
## Troubleshooting ## Troubleshooting
Problems: Problems:
- "After the last update my mtmr is not working anymore!" - "After the last update my mtmr is not working anymore!"
- "Buttons sometimes do not trigger action" - "Buttons sometimes do not trigger action"
@ -176,7 +176,7 @@ To close a group, use the button:
{ {
"type": "pomodoro", "type": "pomodoro",
"workTime": 1200, // set time work in seconds. Default 1500 (25 min) "workTime": 1200, // set time work in seconds. Default 1500 (25 min)
"restTime": 600, // set time rest in seconds. Default 300 (5 min) "restTime": 600 // set time rest in seconds. Default 300 (5 min)
}, },
``` ```
@ -185,6 +185,7 @@ To close a group, use the button:
```js ```js
{ {
"type": "network", "type": "network",
"flip": true
}, },
``` ```