Replies: 1 comment 5 replies
-
The step is named incorrectly, it’s not building, it is distributing. Everything you need to build the desktop app is in the Livebook repo. See .github/scripts/app. I think we can support it using apple app configuration system: https://developer.apple.com/documentation/foundation/userdefaults in Swift and If you’d like to explore this it will be very appreciated. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Some macOS apps allow the user to configure the color of the menu bar icon. Usually apps will have a colored version and a white version, with the white version being the default (at least on a dark OS theme).
New icon idea: (made in GIMP by just removing all color and raising the brightness of the default logo)

Before:

After:

In my case it makes the menu bar theme more consistent. 😄
As for implementation it looks like the desktop build scripts are in a different private repo, so I'm unable to suggest any ideas there. 😅
Some previous issues I found:
Beta Was this translation helpful? Give feedback.
All reactions