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

Suggestion: Transparency Option to Menu Bar Color #46

Closed
takuhii opened this issue Feb 7, 2021 · 3 comments · Fixed by #47
Closed

Suggestion: Transparency Option to Menu Bar Color #46

takuhii opened this issue Feb 7, 2021 · 3 comments · Fixed by #47
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@takuhii
Copy link

takuhii commented Feb 7, 2021

Hi,
Would it be possible to apply a transparency option to the app? I was think that if you applied an ALPHA value to the color specified (maybe as an additional flag)?

./ChangeMenuBarColor TransparentColor "desired_hex_color" "4"

This could maybe work in 20% increments like this; 1-20% - 2-40% - 3-60% - 4-80% - 5-100%

If you are using something like ImageMagick in the background, then this can be done like this;
https://imagemagick.org/script/compose.php

Sorry to abuse the issues function in this way...

Cheers
Darren

@igorkulman igorkulman self-assigned this Feb 7, 2021
@igorkulman igorkulman added enhancement New feature or request good first issue Good for newcomers labels Feb 7, 2021
@igorkulman
Copy link
Owner

I think the best way would be supporting the ARGB notation, so say #80FFFF00 as 50% transparent yellow.

@igorkulman
Copy link
Owner

You can use ./ChangeMenuBarColor SolidColor "#80FFFF00" now with the latest code.

@takuhii
Copy link
Author

takuhii commented Feb 7, 2021 via email

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

Successfully merging a pull request may close this issue.

2 participants