1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 00:58:37 +00:00
Go to file
2018-04-09 15:39:29 +01:00
MTMR added sleep button 2018-04-09 15:26:04 +01:00
MTMR.xcodeproj added weather 2018-04-09 12:22:31 +01:00
MTMRTests First progress. 2018-03-17 03:52:48 +00:00
MTMRUITests First progress. 2018-03-17 03:52:48 +00:00
Resources base added for plugins on appleScript 2018-04-09 12:29:14 +01:00
.gitignore First progress. 2018-03-17 03:52:48 +00:00
LICENSE Create LICENSE 2018-04-09 08:33:02 +01:00
README.md upd Roadmap 2018-04-09 15:39:29 +01:00

My TouchBar. My rules

My the idea is to create the program like a platform for plugins for customization TouchBar. I very like BTT and a full custom TouchBar (my BTT preset). And I want to create it. And it's my the first Swift project for MacOS :)

Roadmap

  • Create the first prototype with TouchBar in Storyboard
  • Put in stripe menu on startup the application
  • Find how to simulate real buttons like brightness, volume, night shift and etc.
  • Time in touchbar!
  • First the weather plugin
  • Find how to open full-screen TouchBar without the cross and stripe menu
  • Find how to add haptic feedback
  • JSON or another approch for save preset and plugins maybe in ~/mtmr
  • Layout: [always left, NSSliderView for center, always right]
  • Custom buttons size, actions by click in settings
  • Add icon and menu in StatusBar
  • Hide from Dock
  • Status menu: "preferences", "quit"
  • System for autoupdate (maybe https://sparkle-project.org/)

Settings:

  • Intarface for plugins and export like presets
  • Startup at login
  • Show on/off in Dock
  • Show on/off in StatusBar
  • On/off Haptic Feedback

Maybe:

  • Refactoring the application on packages (AppleScript, JavaScript? and Swift?)