-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
font color problem #1741
Comments
Related to issue #1726? |
label:disabled,
button:disabled {
color: inherit;
background-image: none;
} It seems like any module that does not have an "on-click" value in the config shows up as a disabled button. The above fixed this issue for me. Alternatively, you can add |
Thanks tpeacock19 ... Appending "on-click"; "true" to the config file helped to resolve the 'memory' module's font color for me whereas altering the 'style.css' with the provided suggestions didn't. Decided to drop the "custom-menu" module as it's no longer supported it seems. Kind regards, |
This fixed my issue 👍 |
@pinselimo Can we add something like in #1738 to handle this issue? |
that improves it, but the colors are still muted. As if maybe opacity is lowered as well |
I've found a more robust solution that may work for you. You'll have to add button {
all: unset;
...[other css declarations]...
}
label {
all: unset;
...[other css declarations]...
} The |
3cf027f Should fix the pb |
|
And with 92cc01f? |
Just installed git package at that point in history. Seems to be fixed. |
I still have the same problem with 92cc01f . |
|
And with latest one 3030850? |
|
The latest commit didn't work for me either. |
Yes, I'm not sure there can be a solution implemented by Waybar since I imagine the theme will be applied after its loaded. The |
@Alexays this seems to be the solution to the problem. |
Indeed, adding * {
all: unset;
} to my configuration causes it to start working at 92cc01f. Sorry about that! It didn't occur to me that my gtk theme would be applied after waybar's style changes. |
Closed as reverted |
Today I compiled waybar-git and on most modules the color began to match the color of the background. Version 0.9.13 does not have this problem.
The text was updated successfully, but these errors were encountered: