A design I made 😃

Design I made I would love an opinion

Finder

AutoFill and Paste

Playing now

Does not play

Language change

Control center

HomeKit

Shortcuts

translate

Google Chrome and Safari

Favorites

YouTube

Safari

Google Chrome

soundcloud

Gmail

Google drive

Google Docs


Twitch

Netflix

Facebook

community.folivora

Spotify and Music

System Preferences

Notes

Messages

Calculator

App Store

BetterTouchTool

WhatsApp

Telegram

Photo Booth

Maps

Calendar

CleanMyMac X

MKPlayer

What is the code you use for this? My Apple Scrip is based on UI Scripting and therefore id like to get away from this :slightly_smiling_face:

set activeKbdLayout to my getActiveKeyboardLayout()
on getActiveKeyboardLayout()
set plistPath to "~/Library/Preferences/com.apple.HIToolbox.plist"
try
do shell script "defaults read " & plistPath & " dummy"
end try
tell application "System Events"
repeat with pli in property list items of ¬
property list item "AppleSelectedInputSources" of ¬
property list file plistPath
try
return value of property list item "KeyboardLayout Name" of pli
end try
end repeat
end tell
end getActiveKeyboardLayout

if activeKbdLayout is "Hebrew" then
return ":israel:"
else if activeKbdLayout is "ABC" then
return ":us:"
end if

-- set IconPath to ((path to desktop folder from user Sagi) & "KeyboardInputs:" & activeKbdLayout & ".png") as string

-- return "{ "text":"" & "Current: " & activeKbdLayout & "", "icon_path":"" & (POSIX path of IconPath as text) & "" }"

Wow, I find this really appealing and useful! I don't like so much of the contextually dynamic set ups and thing you really got something here. Do you mind sharing the preset as a .btt?

1 Like

It's not finished yet. When I'm done, I'll publish

2 Likes

There are new things you are welcome to see in the pictures

1 Like

Come on! When's the release .btt?))
I'm ready to pay for that! :smiley:

Hahaha very soon

1 Like

Soon it's ready !!!!

I'm also very interested to try this out! Great work! This community sure is talented! (Well except for me)

This is good! Is that preset ready yet? :smiley:

soon :smiley:

any idea when it will be released? im very interested.

How did you manage to get the bookmarks in the touchbar like that?

Any news on this?

1 Like

I do not have time to finish. soon :smiley:

I liked your preset. Touch Bar is a thin strip and there are not much things one can do with it.Contextually dynamic set ups is one of the best ways to use it.
Your preset resembles my preset Ingo2 that I posted here. Feel free to take a look and grab any part.

Eagerly waiting!!