-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Make windows Acrylic / Transparent #1084
Comments
I wrote the original idea on: |
this would have a big impact on battery life and based on how you're talking about this, we'd have to DOM inspect / inject into the app. That could be ... hard |
It would definitely require more horsepower and yeah, I assumed coding it would be a challenging effort just because of the inspection/injection required, but if any team could pull it off, it's the @powertoys team! :) |
There is an old app named Glass8K or something which has ability to turn any app to partly transparent. It can change a window opacity. But it is abandoned sadly. It would be great if simething like that could be implemented. |
Yes, that's Glass2K (as in The Year 2000, probably) by Chime Software and, amazingly, it still works on the latest version of Windows 10, but controlling opacity is only half the game. It's the acrylic affect specifically (that adds in blurring, etc. on top of transparency) that I would love to apply to all windows except the active one. |
Whoops! 😅 |
So did we say screw it? |
I vote for no involvement of spirally grooved solid metal cylinders, but I can totally understand if this is shoved into a backlog since the OS itself doesn't support this (at least natively). |
Edit: Blanking out this comment since it seems no longer relevant |
Thanks for sharing possible implementation ideas 🙂 |
recordedVideo_x264.mp4like these above? during my test, i found the function requires ADMIN. in the video, the program uses SetLayeredWindowAttributes() and the most important part is the following:
souce here:Documents.zip Maybe this would help once again, it reqires ADMIN |
I would use it with a text editor in prolonged typing sessions to be able to avoid burn-in to my display, playing backround video in full screen and have the text/code on top by Always On Top. A 55KB discontinued freeware from the dark ages (2001) called Glass2k seems to still do the trick on windows 11 Home |
bump + lgtm |
I used https://github.com/navossoc/MenuTools in the past for setting the window on top + transparency. Probably starting simple is the way to go if it cover most use cases:
|
Summary of the new feature/enhancement
It would be so awesome (if not necessarily easy to code) to be able to select areas of ANY application that you wanted to make acrylic.
Example: "Acrylicize" Outlook so that everything but the list of messages and the message frame was transparent with a blurred background to help focus the user on what matters (just the next evolution from using the dark theme with it).
Proposed technical implementation details
Such a PowerToy would allow:
A user should never have to draw areas that should be affected but rather select existing window elements both on classic/legacy applications and UWP apps, just as developers are currently used to doing when using "developer mode" on all modern browsers.
This will obviously cause some serious redraw and possibly some performance issues, so there should probably be warnings to that effect.
The text was updated successfully, but these errors were encountered: