You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
First of all, thank you for sharing this Waybar configuration publicly — it's been very helpful!
While using the current style.css configuration, I noticed some warnings when launching Waybar due to deprecated CSS syntax. Here's what shows up in the terminal:
This warning is caused by missing units in the padding declaration under the window class, like this:
To fix this and comply with newer GTK/CSS parsing, simply add the unit explicitly:
This change will eliminate the warnings and ensure better compatibility moving forward.
Let me know if you’d like me to open a pull request with this fix — happy to contribute!
Thanks again for maintaining this project <3
The text was updated successfully, but these errors were encountered:
Hi!
First of all, thank you for sharing this Waybar configuration publicly — it's been very helpful!
While using the current style.css configuration, I noticed some warnings when launching Waybar due to deprecated CSS syntax. Here's what shows up in the terminal:
This warning is caused by missing units in the padding declaration under the window class, like this:
To fix this and comply with newer GTK/CSS parsing, simply add the unit explicitly:
This change will eliminate the warnings and ensure better compatibility moving forward.
Let me know if you’d like me to open a pull request with this fix — happy to contribute!
Thanks again for maintaining this project <3
The text was updated successfully, but these errors were encountered: