-
Is there any way to add classes to waybar elements? For example, there are a few modules I'd like to have styled in the same way. If they could all be classed, then I could target them all at the same time in the .css file by styling by class instead of by ID. I've looked around, but I can't find anything - I'm assuming it's not possible but I thought I'd ask before fully throwing in the towel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No you can't, not unless you edit the source code to manually add them to your modules. So either use the id's, css selectors or existing classes to target them. |
Beta Was this translation helpful? Give feedback.
No you can't, not unless you edit the source code to manually add them to your modules.
So either use the id's, css selectors or existing classes to target them.