style.css in waybar creating unreadable indicators for running apps #456
-
When looking at the themes included for waybar, the majority appear to create some type of bar type indicator for nm-applet selections, all of them. This results in every toggle appearing as if it is enabled. All the VPN's look active. Almost every single style.css for waybar does this with the exception of [Colorful] Aurora Blossom.css. With Aurora Blossom the style for these selectors is a check box with appropriate checks selected when a VPN connection is active. So my question is, what class/style should I be looking to modify on the other style sheets that might change these lines/indicators that every single selection has to checkboxes or perhaps how can I make things actually visible so I can tell what is selected? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Took a bit to find this, I'm rather new with css and styling. It appears the issue was the: min-height: 0; This value turned all my apps configuration indicators in the systray to bars. I hope this might help someone else new to this. Thank you. |
Beta Was this translation helpful? Give feedback.
Took a bit to find this, I'm rather new with css and styling. It appears the issue was the:
min-height: 0;
This value turned all my apps configuration indicators in the systray to bars. I hope this might help someone else new to this. Thank you.