Skip to content
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

[Settings] Window transparent without applying acrylic #12014

Closed
alminisl opened this issue Dec 21, 2021 · 8 comments
Closed

[Settings] Window transparent without applying acrylic #12014

alminisl opened this issue Dec 21, 2021 · 8 comments
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@alminisl
Copy link

alminisl commented Dec 21, 2021

Windows Terminal version

1.12.3472.0

Windows build number

10.0.22000

Other Software

No response

Steps to reproduce

Settings > Default > Appearence > Transperancy

Expected Behavior

Changing the Transparency toggles acrylic to enabled.

Actual Behavior

image
Does not change to acrylic my window is transparent.

On my work pc (with windows 10 and no dedicated GPU) everytime I change the transparency it does toggle the acrylic also. There is no way to have the terminal transparent in that case.

Not 100% sure if that is intended, could not find a changelog about it.

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Dec 21, 2021
@237dmitry
Copy link

Acrylic depends on windows theme transparency (enabled or not). I don't use "Settings Page" because it changes formatting of settings.json. I prefer to make changes directly to the file.

....
    "profiles":
    {
        "defaults":
        {
            "closeOnExit": "always",
            "fontFace": "3270Narrow Nerd Font",
            "fontSize": 13,
            "fontWeight": "medium",
            "scrollbarState": "hidden",
            "useAcrylic": false,            //  "true" to enable acrylic
            "acrylicOpacity": 0.8,          //  Set opacity of acrylic 0..1.0
            "opacity": 100,                 //  Set opacity without acrilyc 0..100
            "padding": "8,8,8,8"
        },
....

@alminisl
Copy link
Author

alminisl commented Dec 21, 2021

Acrylic depends on windows theme transparency (enabled or not). I don't use "Settings Page" because it changes formatting of settings.json. I prefer to make changes directly to the file.

....
    "profiles":
    {
        "defaults":
        {
            "closeOnExit": "always",
            "fontFace": "3270Narrow Nerd Font",
            "fontSize": 13,
            "fontWeight": "medium",
            "scrollbarState": "hidden",
            "useAcrylic": false,            //  "true" to enable acrylic
            "acrylicOpacity": 0.8,          //  Set opacity of acrylic 0..1.0
            "opacity": 100,                 //  Set opacity without acrilyc 0..100
            "padding": "8,8,8,8"
        },
....

How can I enable theme transparency on windows10?

The one example above is from win 11 and it works fine, but for windows 10 I'm yet to figure out how to enable transparency without acrylic.'

This is what I don't want:
transparency

(Same thing happens when I change it in the settings.json)

@237dmitry
Copy link

for windows 10

I have no way to check. Ctrl+Shift + Mouse wheel does not work too?

@alminisl
Copy link
Author

I have no way to check. Ctrl+Shift + Mouse wheel does not work too?

Nope, does not work.

@j4james
Copy link
Collaborator

j4james commented Dec 21, 2021

Pure transparency (i.e. without acrylic) is currently only supported in Windows 11 because of a bug in XAML Islands. However there are plans to backport the fix to Windows 10. For more details, see #11180 (comment).

@alminisl
Copy link
Author

Pure transparency (i.e. without acrylic) is currently only supported in Windows 11 because of a bug in XAML Islands. However there are plans to backport the fix to Windows 10. For more details, see #11180 (comment).

Thank you, this answers my qustion!

@zadjii-msft
Copy link
Member

Looks like what you're seeing is /dup #11555, which should be fixed in the next build ☺️

@ghost
Copy link

ghost commented Jan 3, 2022

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost ghost closed this as completed Jan 3, 2022
@ghost ghost added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Jan 3, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

4 participants