Christoffer Winterkvist

Results 91 comments of Christoffer Winterkvist

Hey folks, in Ventura, Safari has a different location. That is the reason why it not showing up right now. @goodway have you tried `defaults write com.apple.Safari NSRequiresAquaSystemAppearance -bool Yes`....

Odd,"works on my machine." I'm gonna dig into this and see if I can't ship a new version that includes Safari in the list of applications. Just need to get...

I'll try to ship a new version with Safari support shortly, thank you all for your patience.

Been doing some digging and so far, it seems like Apple has put Safari under lock and key (from an app perspective). The only way for me to change Safari's...

Unsure why the PR failed 🤔

Hey @gabmaquignaz, what is the return value for the `defaults write` command? My best guess is that it doesn't have access to write that changes. Apple has tightened OS security...

You should also make sure that the app isn't running before you execute the command (you probably already made sure of that). Otherwise you might end up setting a value...

Yeah, the settings is only one way. Your system needs to be in dark mode because what the setting does it to force the app to run in light mode....

Hey @3raxton, yeah I'm gonna look into how to automate this process. I do release binaries for [Gray](https://github.com/zenangst/Gray) so there is nothing stopping from doing the same with `ToTheTop`. Or...

I have some more apps that I wanna build so… I need an automated solution anyways :)