-
Hi y'all! I can't find a way that I can change style for the waybar while it's running. I'm not sure that closing and opening the waybar with another style is normal way. |
Beta Was this translation helpful? Give feedback.
Answered by
thelazt16
Jun 9, 2024
Replies: 1 comment 1 reply
-
Add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JarKz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
"reload_style_on_change": true,
in the config and any change you do on thestyle.css
will be reflected right away. You can also use the debug modeGTK_DEBUG=interactive waybar
and use the CSS tab from styling. You can also check what kind of property the module have from the CSS nodes (click on the show all objects in the top right and select CSS node from dropdown).