-
Notifications
You must be signed in to change notification settings - Fork 285
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
List background opacity #1838
Comments
Yeah, the opacity seems to be completely ignored. Thanks for pointing it out. |
I just tried 400B on my 10.8 VM and the opacity seems to work as expected, and I see the same issues with 1.1.3 under 10.9. So the issue is probably caused by a change in OS X and not Quicksilver. Of course it still needs to be addressed, but at least we don’t have to go digging to figure out what we changed. |
Not sure if opacity has anything to do with CGSPrivate, but it might be a though. Good idea to test 10.8 On 29 Mai 2014, at 19:47, Rob McBroom notifications@github.com wrote:
|
@skurfer just reminded me of this on my new pull request #1877 |
Thanks @pjrobertson and @skurfer ! I had an somewhat unrelated question which doesn't warrant a new issue which was whether it would be easy to add a "blur" factor somewhere in QS in addition to the opacity; i.e. some way to emulate Yosemite's everything-is-translucent styling? |
I’ve looked at doing that in Nostromo. It doesn’t appear to be easy. (Not to me anyway.) |
The only things I've seen online, seen through the eyes of one who knows not Cocoa nor Obj-C!!!: http://stackoverflow.com/questions/11174918/how-to-get-window-with-semi-transparent-blurred-background OS X Terminal has a blur feature, I assume using the private API suggested in the stackexchange links. But whether any of this is compatible with how QS creates its window... |
I think it’s possible with Core Animation, but none of the official interfaces use it. |
This is pretty minor, but I noticed (using build 400B) that if you set the List background opacity to 0% (Appearance > Colors > Lists), the background is 100% black. I do remember I used to control the opacity for list backgrounds so this has regressed at some point "fairly" recently:
I tested with Nostromo and Bezel.
The text was updated successfully, but these errors were encountered: