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

Change window fading alpha percent #4

Open
trying-to-function opened this issue Feb 4, 2022 · 2 comments
Open

Change window fading alpha percent #4

trying-to-function opened this issue Feb 4, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@trying-to-function
Copy link

Is your feature request related to a problem? Please describe.
When enabling Settings -> Display Settings -> Enable window fading effects the transparency is too dim I cannot read very well without highlighting the window.

Describe the solution you'd like
Ability to change the transparency percentage.

Describe alternatives you've considered
I've tried manually editing lua files without success. I could not find the correct variable location. Please advise where I can manually change if this is not a wanted/helpful feature for others.

Additional context
n/a

@Pazza Pazza added the enhancement New feature or request label Feb 4, 2022
@Pazza
Copy link

Pazza commented Feb 4, 2022

It currently doesn't have an option for this. If you want to change it in the code it can be found in WIM/Sources/WindowHandler.lua line 113:

local FadeProps = {
	min = .5,
	max = 1,
	interval = .25,
	delay = 2
};

You will want to change the min value to something higher. currently it fades to 50%.

@trying-to-function
Copy link
Author

That worked great for me, thank you! Feel free to close this if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants