Get a cool touch bar!
- Follow the installation procedures on MTMR.
- Click the MTMR app -> “Open preset” on the menu bar.
- Open “items.json”
- Copy my items.json and paste it on your own itmes.json
- Bang! You got it!
If you want to customise more, look this link.
Or if you want to add favourite pictures to your touch bar,
- Open terminal.
- Navigate to the directory where your pictures are located.
your_name:~$ cd PLACE_NAME
- Translate pictures (png or jpg) to base64 encode.
your_name:~$ base64 IMAGE_NAME.png
- Copy the long encode and paste it below, as indicated.
{"type": "appleScriptTitledButton","align": "left", "width": 25, "bordered": false,"image":{"base64":"YOUR_ENCODE!"}}
- Add the full text to your own items.json
- Bang! Enjoy your customised touch bar!!