raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.24k stars 2.94k forks source link

Support Retina Displays #10624

Closed oasaleh closed 5 months ago

oasaleh commented 7 months ago

Extension

https://www.raycast.com/mooxl/coffee

Description

The taskbar icons are blurry due to being low-res. I was wondering if you can swap the PNG files for SVG ones so macOS will take care of scaling?

Here's what it looks like right now.

Screenshot 2024-02-06 at 6 58 08 PM

vs. icons that can scale.

Screenshot 2024-02-06 at 6 58 22 PM Screenshot 2024-02-06 at 6 59 28 PM

I found a couple of alternatives if you would like to use them. I think they're more informative and are easier to distinguish in different modes vs. the current ones, where the hot steam is the only discerning factor. This one for when decaffeinated https://thenounproject.com/icon/coffee-pot-47716/ And this one for when caffeinated https://thenounproject.com/icon/coffee-pot-47772/ There's also this one https://thenounproject.com/icon/coffee-pot-47717/

Who will benefit from this feature?

I hope every one who uses a high resolution monitor or simply uses a MacBook :)

Anything else?

I tried to look in the code where the images are being used but couldn't find it.

raycastbot commented 7 months ago

Thank you for opening this issue!

🔔 @mooxl @bibixx @GastroGeek @pernielsentikaer you might want to have a look.

💡 Author and Contributors commands The author and contributors of `mooxl/coffee` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
oasaleh commented 7 months ago

So I found the code and made the changes. Here's the PR. https://github.com/raycast/extensions/pull/10628

raycastbot commented 5 months ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

pernielsentikaer commented 5 months ago

Closing as fixed 🔥 Thanks again @oasaleh