You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<img src="Resources/TouchBar-v0.3.png">
9
9
</p>
10
10
11
-
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. And I want to create it. And it's my the first Swift project for MacOS :)
11
+
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](https://github.com/Toxblh/btt-touchbar-preset)). And I want to create it. And it's my the first Swift project for MacOS :)
12
12
13
13
### Roadmap
14
14
-[x] Create the first prototype with TouchBar in Storyboard
@@ -17,6 +17,20 @@ My the idea is to create the program like a platform for plugins for customizati
17
17
-[x] Time in touchbar!
18
18
-[x] First the weather plugin
19
19
-[x] Find how to open full-screen TouchBar without the cross and stripe menu
20
-
-[ ] Create the same panel like in my [BTT preset](https://github.com/Toxblh/btt-touchbar-preset)
21
20
-[ ] Find how to add haptic feedback
21
+
-[ ] JSON or another approch for save preset and plugins maybe in `~/mtmr`
22
+
-[ ] Layout: [always left, NSSliderView for center, always right]
23
+
-[ ] Custom buttons size, actions by click in settings
24
+
-[ ] Add icon and menu in StatusBar
25
+
-[ ] Hide from Dock
26
+
-[ ] Status menu: "preferences", "quit"
27
+
28
+
Settings:
29
+
-[ ] Intarface for plugins and export like presets
30
+
-[ ] Startup at login
31
+
-[ ] Show on/off in Dock
32
+
-[ ] Show on/off in StatusBar
33
+
-[ ] On/off Haptic Feedback
34
+
35
+
Maybe:
22
36
-[ ] Refactoring the application on packages (AppleScript, JavaScript? and Swift?)
0 commit comments