Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of clock timer display and clipboard functionality #31

Open
Jameszjwchang opened this issue May 31, 2023 · 2 comments
Open

Addition of clock timer display and clipboard functionality #31

Jameszjwchang opened this issue May 31, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@Jameszjwchang
Copy link

Hello!

I have been using this plugin for a couple days now, and some suggestions that I have for it would be to implement a timer display from the clock app in Ventura, similar to how the iPhone 14 pro shows the time left in the timer on its dynamic island.

Also, would it be possible to add a copy and paste functionality? For example, the user could drag a file up to the island, and once the user would like to paste it, they could hover above it and the file would appear. (This idea is illustrated by Concept Central in their iOS 17 video: https://www.youtube.com/watch?v=jUsgedC3mNE&ab_channel=ConceptCentral). These are just some ideas that I had for this plugin, feel free to try them out!

  • James
@crissNb
Copy link
Owner

crissNb commented May 31, 2023

Thank you for your suggestions.

it would be to implement a timer display from the clock app in Ventura,

I'm not 100% sure if this is possible. It doesn't seem like there is an easy way of knowing the timer display. The best "workaround" I found is that whenever the timer starts, there is an item appearing in the menu bar. Sketchybar (which is a software I'm using to create this project) does support mirroring the menu bar items, but it's unable to detect the timer item. I'll have a closer look on this one though.

copy and paste functionality
That sounds like a cool concept. However, because sketchybar itself doesn't spuport drag and drop functionality, I'm not sure how easy it would be to implement this feature.

Something I've had in mind was that if someone hovers on the Dynamic Island, the island would expand and show other useful information such as weather.

@crissNb crissNb added the enhancement New feature or request label May 31, 2023
@Jameszjwchang
Copy link
Author

Maybe you can look into an app called Dropzone and figure out how they are detecting the user's drag and drop events and getting the files "cached" in the app. This is the link to the app: https://aptonic.com/

Another thing that might be interesting would be to add interactive objects when the island expands for a longer period of time (for example, when a person is recording an audio, there could be a button for pausing and resuming) (these are just some ideas that I thought of)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants